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
format_value(value) Cleans and returns a value for use in the widget template. value isn’t guaranteed to be valid
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:
class SplitHiddenDateTimeWidget [source] Similar to SplitDateTimeWidget, but
id_for_label(self, id_) [source] Returns the HTML ID attribute of this widget for use by
Form.auto_id By default, the form rendering methods include: HTML id
class URLInput [source] Text input: <input type="url" ...>
regex A regular expression specified either as a string or a compiled regular expression object. Also
Page 1 of 18