Field.disabled New in Django 1.9. The
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
class EmailField(**kwargs) [source] Default widget:
require_all_fields Defaults to True, in which case a required validation error will be raised if no
unpack_ipv4 Unpacks IPv4 mapped addresses like ::ffff:192.0.2.1. If this option is enabled that address would be
class TypedChoiceField(**kwargs) [source] Just like a ChoiceField, except
max_value
Field.widget The widget argument lets you specify a Widget class to use when rendering this Field
decimal_places The maximum number of decimal places permitted.
Field.localize The localize argument enables the localization of form data input, as well as the rendered output
Page 3 of 8