I would like to convert a python variable name into the string equivalent as shown. Any ideas how?
var = {} print ??? # Would like to see \'var\' something_
Does Django not do this when generating field names?
http://docs.djangoproject.com/en/dev//topics/db/models/#verbose-field-names
Seems reasonable to me.