class RegexField(**kwargs) [source] Default widget:
BoundField.id_for_label Use this property to render the ID of this field. For example, if you are manually constructing a
class FloatField(**kwargs) [source] Default widget:
widget Must be a subclass of
class BoundField [source] Used to display HTML or access attributes for a single field of
Form.is_multipart() If you’re writing reusable views or templates, you may not know ahead of time whether your form is a multipart
Field.clean(value) [source] Although the primary way you’ll use Field classes
fields A tuple of fields whose values are cleaned and subsequently combined into a single value. Each value of the field is
coerce A function that takes one argument and returns a coerced value. Examples include the built-in int, float
to_field_name This optional argument is used to specify the field to use as the value of the choices in the field’s widget.
Page 9 of 18