class documentation

Class for creating enumerated choices.

Method __repr__ Undocumented
Method __str__ Use value when cast to str, so that Choices set as model instance attributes are rendered as expected in templates and similar contexts.
Method label Undocumented
Property do_not_call_in_templates Undocumented
def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Use value when cast to str, so that Choices set as model instance attributes are rendered as expected in templates and similar contexts.

Undocumented

@property
do_not_call_in_templates = (source)

Undocumented