Class Choices
Class for creating enumerated choices.
Declaration
class Choices(enum.Enum)
source linkDocumentation
Methods
▷ def __str__(self) Use value when cast to str, so that Choices set as model instance attributes are rendered as expected in templates and similar contexts.
Subclasses