class BooleanField(**kwargs) [source] Default widget:
Field.label The label argument lets you specify the “human-friendly” label for this field. This is used when the
BoundField.label_tag(contents=None, attrs=None, label_suffix=None) [source] To separately
class SplitDateTimeField(**kwargs) [source] Default widget:
Form.required_css_class It’s pretty common to style form rows and fields that are required or have errors. For example, you
match A regular expression pattern; only files with names matching this expression will be allowed as choices.
to_field_name This optional argument is used to specify the field to use as the value of the choices in the field’s widget.
min_length These are the same as CharField.max_length and CharField.min_length.
BoundField.id_for_label Use this property to render the ID of this field. For example, if you are manually constructing a
class Select [source] Select widget: <select><option ...>...</select>
Page 8 of 18