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
widgets An iterable containing the widgets needed. And one required method:
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
Form.errors.as_json(escape_html=False) Returns the errors serialized as JSON.
Field.required By default, each Field class assumes the value is required, so if you pass an empty value – either
max_value
Page 6 of 18