Form.cleaned_data Each field in a Form class is responsible not only for validating data, but also for “cleaning”
id_for_label(self, id_) [source] Returns the HTML ID attribute of this widget for use by
class SplitHiddenDateTimeWidget [source] Similar to SplitDateTimeWidget, but
BoundField.html_name The name that will be used in the widget’s HTML name attribute. It takes the form prefix
Field.required By default, each Field class assumes the value is required, so if you pass an empty value – either
Field.disabled New in Django 1.9. The
Field.localize The localize argument enables the localization of form data input, as well as the rendered output
class TypedMultipleChoiceField(**kwargs) [source] Just like a MultipleChoiceField
class RadioSelect [source] Similar to Select, but rendered as a list of radio
BoundField.css_classes() [source] When you use Django’s rendering shortcuts, CSS classes
Page 4 of 18