class MultiWidget(widgets, attrs=None) [source] A widget that is composed of multiple widgets
class TypedChoiceField(**kwargs) [source] Just like a ChoiceField, except
class CheckboxInput [source] Checkbox: <input type='checkbox' ...>
Form.errors.as_json(escape_html=False) Returns the errors serialized as JSON.
BoundField.css_classes() [source] When you use Django’s rendering shortcuts, CSS classes
class TimeInput [source] Time input as a simple text box: <input type='text' ..
Form.label_suffix A translatable string (defaults to a colon (:) in English) that will be appended after any label
require_all_fields Defaults to True, in which case a required validation error will be raised if no
class Field(**kwargs) [source] When you create a Form class, the most important
class MultipleHiddenInput [source] Multiple <input type='hidden' ...>
Page 7 of 18