decimal_places The maximum number of decimal places permitted.
class TypedChoiceField(**kwargs) [source] Just like a ChoiceField, except
require_all_fields Defaults to True, in which case a required validation error will be raised if no
class Field(**kwargs) [source] When you create a Form class, the most important
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
class SplitDateTimeField(**kwargs) [source] Default widget:
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.
Page 4 of 8