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:
Form.as_p() as_p() renders the form as a series of <p> tags, with each <p>
format_value(value) Cleans and returns a value for use in the widget template. value isn’t guaranteed to be valid
attrs A dictionary containing HTML attributes to be set on the rendered widget. >>>
class SelectDateWidget [source] Wrapper around three Select widgets: one each
class URLInput [source] Text input: <input type="url" ...>
input_formats A list of formats used to attempt to convert a string to a valid datetime.datetime object.
Page 1 of 18