allow_files Optional. Either True or False. Default is True. Specifies whether files
class DateField(**kwargs) [source] Default widget:
class URLField(**kwargs) [source] Default widget:
empty_label By default the <select> widget used by ModelChoiceField will have an empty choice
class SplitDateTimeWidget [source] Wrapper (using MultiWidget) around two widgets:
attrs A dictionary containing HTML attributes to be set on the rendered widget. >>>
class URLInput [source] Text input: <input type="url" ...>
Field.initial The initial argument lets you specify the initial value to use when rendering this Field
min_value These control the range of values permitted in the field.
choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override
Page 3 of 18