class ModelMultipleChoiceField(**kwargs) [source] Default widget:
class UUIDField(**kwargs) [source] Default widget:
regex A regular expression specified either as a string or a compiled regular expression object. Also
input_formats A list of formats used to attempt to convert a string to a valid datetime.datetime object.
fields The list of fields that should be used to validate the field’s value (in the order in which they are provided).
strip New in Django 1.9. If True
class ModelChoiceField(**kwargs) [source] Default widget:
class CharField(**kwargs) [source] Default widget:
allow_files Optional. Either True or False. Default is True. Specifies whether files
class DateField(**kwargs) [source] Default widget:
Page 1 of 8