class SplitDateTimeField(**kwargs) [source] Default widget:
Field.label_suffix The label_suffix argument lets you override the form’s
class TypedChoiceField(**kwargs) [source] Just like a ChoiceField, except
Field.widget The widget argument lets you specify a Widget class to use when rendering this Field
check_test A callable that takes the value of the CheckboxInput and returns True if the checkbox should
class TimeInput [source] Time input as a simple text box: <input type='text' ..
Form.errors.as_json(escape_html=False) Returns the errors serialized as JSON.
value_omitted_from_data(data, files, name) [source] New
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 IntegerField(**kwargs) [source] Default widget:
Page 6 of 18