class EmailField(**kwargs) [source] Default widget:
max_value
Field.help_text The help_text argument lets you specify descriptive text for this Field. If you provide
class IntegerField(**kwargs) [source] Default widget:
class TypedMultipleChoiceField(**kwargs) [source] Just like a MultipleChoiceField
Field.widget The widget argument lets you specify a Widget class to use when rendering this Field
Field.label_suffix The label_suffix argument lets you override the form’s
choices Either an iterable (e.g., a list or tuple) of 2-tuples to use as choices for this field, or a callable that returns
Field.localize The localize argument enables the localization of form data input, as well as the rendered output
queryset A QuerySet of model objects from which the choices for the field will be derived, and which will be used
Page 3 of 8