fields The list of fields that should be used to validate the field’s value (in the order in which they are provided).
allow_files Optional. Either True or False. Default is True. Specifies whether files
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:
regex A regular expression specified either as a string or a compiled regular expression object. Also
Field.initial The initial argument lets you specify the initial value to use when rendering this Field
class URLField(**kwargs) [source] Default widget:
strip New in Django 1.9. If True
Field.validators The validators argument lets you provide a list of validation functions for this field.
class CharField(**kwargs) [source] Default widget:
Page 1 of 8