attrs A dictionary containing HTML attributes to be set on the rendered widget. >>>
class SelectDateWidget [source] Wrapper around three Select widgets: one each
id_for_label(self, id_) [source] Returns the HTML ID attribute of this widget for use by
format_value(value) Cleans and returns a value for use in the widget template. value isn’t guaranteed to be valid
class TextInput [source] Text input: <input type="text" ...>
class SplitDateTimeWidget [source] Wrapper (using MultiWidget) around two widgets:
choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override
time_format Similar to TimeInput.format
class URLInput [source] Text input: <input type="url" ...>
class SplitHiddenDateTimeWidget [source] Similar to SplitDateTimeWidget, but
Page 1 of 5