input_date_formats A list of formats used to attempt to convert a string to a valid datetime.date object.
class DateTimeInput [source] Date/time input as a simple text box: <input type='text'
Form.is_bound If you need to distinguish between bound and unbound form instances at runtime, check the value of the form’s
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
BoundField.help_text The
empty_value The value to use to represent “empty.” Defaults to the empty string; None is another common choice
class NumberInput [source] Text input: <input type="number" ...>
format The format in which this field’s initial value will be displayed. If no format
Page 13 of 18