Is there a way (without using a form) to access a model fields \'choices\' value?
I want to do something like field.choices - and get the list of values either in a
I think you are looking for get_fieldname_display() function.
get_fieldname_display()