class DateTimeInput [source] Date/time input as a simple text box: <input type='text'
format_output(rendered_widgets) [source] Given a list of rendered widgets (as strings), returns
class DateInput [source] Date input as a simple text box: <input type='text' ..
choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override
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 HiddenInput [source] Hidden input: <input type='hidden' ...>
supports_microseconds An attribute that defaults to True. If set to False, the microseconds part of
empty_label If the
render(name, value, attrs=None) [source] Returns HTML for the widget, as a Unicode string
Page 4 of 5