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 TypedMultipleChoiceField(**kwargs) [source] Just like a MultipleChoiceField
class CheckboxInput [source] Checkbox: <input type='checkbox' ...>
unpack_ipv4 Unpacks IPv4 mapped addresses like ::ffff:192.0.2.1. If this option is enabled that address would be
class MultiWidget(widgets, attrs=None) [source] A widget that is composed of multiple widgets
Form.changed_data The changed_data attribute returns a list of the names of the fields whose values in the form’s
Field.label The label argument lets you specify the “human-friendly” label for this field. This is used when the
class TimeInput [source] Time input as a simple text box: <input type='text' ..
Field.localize The localize argument enables the localization of form data input, as well as the rendered output
value_omitted_from_data(data, files, name) [source] New
Page 5 of 18