format_output(rendered_widgets) [source] Given a list of rendered widgets (as strings), returns
class EmailInput [source] Text input: <input type="email" ...>
class ChoiceField(**kwargs) [source] Default widget:
BoundField.name The name of this field in the form: >>>
compress(data_list) [source] Takes a list of valid values and returns a “compressed” version
Form.prefix You can put several Django forms inside one <form> tag. To give each Form its own
min_length If provided, these arguments ensure that the string is at most or at least the given length.
class GenericIPAddressField(**kwargs) [source] A field containing either an IPv4 or an IPv6
class TimeField(**kwargs) [source] Default widget:
value_from_datadict(data, files, name) [source] Given a dictionary of data and this widget’s
Page 14 of 18