BoundField.label_tag(contents=None, attrs=None, label_suffix=None) [source] To separately
BoundField.html_name The name that will be used in the widget’s HTML name attribute. It takes the form prefix
date_format Similar to DateInput.format
class TypedChoiceField(**kwargs) [source] Just like a ChoiceField, except
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
BoundField.css_classes() [source] When you use Django’s rendering shortcuts, CSS classes
class IntegerField(**kwargs) [source] Default widget:
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
class Field(**kwargs) [source] When you create a Form class, the most important
Page 7 of 18