class DateField(**kwargs) [source] Default widget:
min_value These control the range of values permitted in the field.
input_formats A list of formats used to attempt to convert a string to a valid datetime.datetime object.
class UUIDField(**kwargs) [source] Default widget:
class ModelMultipleChoiceField(**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 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 Field(**kwargs) [source] When you create a Form class, the most important
Field.required By default, each Field class assumes the value is required, so if you pass an empty value – either
Page 2 of 8