class ChoiceField(**kwargs) [source] Default widget:
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" ...>
Form.is_bound If you need to distinguish between bound and unbound form instances at runtime, check the value of the form’s
format The format in which this field’s initial value will be displayed. If no format
BoundField.label The
BoundField.form The Form instance this BoundField is bound to.
class GenericIPAddressField(**kwargs) [source] A field containing either an IPv4 or an IPv6
Form.has_error(field, code=None) This method returns a boolean designating whether a field has an error with a specific error
BoundField.name The name of this field in the form: >>>
Page 13 of 18