BoundField.css_classes() [source] When you use Django’s rendering shortcuts, CSS classes
Form.label_suffix A translatable string (defaults to a colon (:) in English) that will be appended after any label
BoundField.label_tag(contents=None, attrs=None, label_suffix=None) [source] To separately
Form.required_css_class It’s pretty common to style form rows and fields that are required or have errors. For example, you
BoundField.id_for_label Use this property to render the ID of this field. For example, if you are manually constructing a
Form.has_changed() Use the has_changed() method on your Form when you need to check if the form data
Form.use_required_attribute New in Django 1.10. When
class BoundField [source] Used to display HTML or access attributes for a single field of
BoundField.auto_id The HTML ID attribute for this BoundField. Returns an empty string if Form.auto_id
Form.is_multipart() If you’re writing reusable views or templates, you may not know ahead of time whether your form is a multipart
Page 2 of 5