Form.required_css_class It’s pretty common to style form rows and fields that are required or have errors. For example, you
Form.errors.as_json(escape_html=False) Returns the errors serialized as JSON.
Form.label_suffix A translatable string (defaults to a colon (:) in English) that will be appended after any label
BoundField.css_classes() [source] When you use Django’s rendering shortcuts, CSS classes
BoundField.field The form
Form.initial Use initial to declare the initial value of form fields at runtime. For example, you might want to
Form.use_required_attribute New in Django 1.10. When
BoundField.as_widget(widget=None, attrs=None, only_initial=False) [source] Renders the field
class BoundField [source] Used to display HTML or access attributes for a single field of
BoundField.id_for_label Use this property to render the ID of this field. For example, if you are manually constructing a
Page 2 of 5