choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override
class NumberInput [source] Text input: <input type="number" ...>
format The format in which this field’s initial value will be displayed. If no format
value_from_datadict(data, files, name) [source] Given a dictionary of data and this widget’s
class DateInput [source] Date input as a simple text box: <input type='text' ..
format_output(rendered_widgets) [source] Given a list of rendered widgets (as strings), returns
class HiddenInput [source] Hidden input: <input type='hidden' ...>
render(name, value, attrs=None) [source] Returns HTML for the widget, as a Unicode string
supports_microseconds An attribute that defaults to True. If set to False, the microseconds part of
class Widget(attrs=None) [source] This abstract class cannot be rendered, but provides the
Page 4 of 5