Form.errors.as_json(escape_html=False) Returns the errors serialized as JSON.
Form.changed_data The changed_data attribute returns a list of the names of the fields whose values in the form’s
Form.required_css_class It’s pretty common to style form rows and fields that are required or have errors. For example, you
Form.label_suffix A translatable string (defaults to a colon (:) in English) that will be appended after any label
BoundField.auto_id The HTML ID attribute for this BoundField. Returns an empty string if Form.auto_id
BoundField.id_for_label Use this property to render the ID of this field. For example, if you are manually constructing a
class BoundField [source] Used to display HTML or access attributes for a single field of
Form.is_multipart() If you’re writing reusable views or templates, you may not know ahead of time whether your form is a multipart
BoundField.as_widget(widget=None, attrs=None, only_initial=False) [source] Renders the field
Form.use_required_attribute New in Django 1.10. When
Page 2 of 5