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
Form.required_css_class It’s pretty common to style form rows and fields that are required or have errors. For example, you
require_all_fields Defaults to True, in which case a required validation error will be raised if no
Form validation happens when the data is cleaned. If you want to customize this process, there are various places to make changes, each one serving a different purpose. Three
class BooleanField(**kwargs) [source] Default widget:
max_value
Form.label_suffix A translatable string (defaults to a colon (:) in English) that will be appended after any label
inlineformset_factory(parent_model, model, form=ModelForm, formset=BaseInlineFormSet, fk_name=None, fields=None, exclude=None, extra=3, can_order=False, can_delete=True
widgets An iterable containing the widgets needed. And one required method:
Page 7 of 18