BoundField.html_name The name that will be used in the widget’s HTML name attribute. It takes the form prefix
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
Form.required_css_class It’s pretty common to style form rows and fields that are required or have errors. For example, you
BoundField.field The form
BoundField.id_for_label Use this property to render the ID of this field. For example, if you are manually constructing a
Form.use_required_attribute New in Django 1.10. When
Form.has_changed() Use the has_changed() method on your Form when you need to check if the form data
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
Page 2 of 5