Field.label The label argument lets you specify the “human-friendly” label for this field. This is used when the
Field.localize The localize argument enables the localization of form data input, as well as the rendered output
Field.help_text The help_text argument lets you specify descriptive text for this Field. If you provide
class ImageField(**kwargs) [source] Default widget:
queryset A QuerySet of model objects from which the choices for the field will be derived, and which will be used
class SplitDateTimeField(**kwargs) [source] Default widget:
decimal_places The maximum number of decimal places permitted.
Field.label_suffix The label_suffix argument lets you override the form’s
Field.required By default, each Field class assumes the value is required, so if you pass an empty value – either
max_value
Page 3 of 8