fields The list of fields that should be used to validate the field’s value (in the order in which they are provided).
class DateField(**kwargs) [source] Default widget:
allow_files Optional. Either True or False. Default is True. Specifies whether files
class ModelChoiceField(**kwargs) [source] Default widget:
input_formats A list of formats used to attempt to convert a string to a valid datetime.datetime object.
strip New in Django 1.9. If True
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:
min_value These control the range of values permitted in the field.
Page 1 of 8