class SlugField(**kwargs) [source] Default widget:
class EmailInput [source] Text input: <input type="email" ...>
class DecimalField(**kwargs) [source] Default widget:
input_date_formats A list of formats used to attempt to convert a string to a valid datetime.date object.
class NumberInput [source] Text input: <input type="number" ...>
BoundField.name The name of this field in the form: >>>
class ChoiceField(**kwargs) [source] Default widget:
compress(data_list) [source] Takes a list of valid values and returns a “compressed” version
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' ..
Page 13 of 18