class CharField(**kwargs) [source] Default widget:
class ModelMultipleChoiceField(**kwargs) [source] Default widget:
min_value These control the range of values permitted in the field.
class UUIDField(**kwargs) [source] Default widget:
empty_label By default the <select> widget used by ModelChoiceField will have an empty choice
class DateField(**kwargs) [source] Default widget:
allow_files Optional. Either True or False. Default is True. Specifies whether files
strip New in Django 1.9. If True
regex A regular expression specified either as a string or a compiled regular expression object. Also
fields The list of fields that should be used to validate the field’s value (in the order in which they are provided).
Page 1 of 8