min_value These control the range of values permitted in the field.
class ModelMultipleChoiceField(**kwargs) [source] Default widget:
fields The list of fields that should be used to validate the field’s value (in the order in which they are provided).
Field.initial The initial argument lets you specify the initial value to use when rendering this Field
class UUIDField(**kwargs) [source] Default widget:
class CharField(**kwargs) [source] Default widget:
Field.validators The validators argument lets you provide a list of validation functions for this field.
input_formats A list of formats used to attempt to convert a string to a valid datetime.datetime object.
class DateField(**kwargs) [source] Default widget:
empty_label By default the <select> widget used by ModelChoiceField will have an empty choice
Page 1 of 8