class Form [source] To create an unbound Form instance, simply instantiate the
BoundField.is_hidden Returns True if this BoundField‘s widget is hidden.
Form.add_error(field, error) This method allows adding errors to specific fields from within the Form.clean() method
Form.errors.as_data() Returns a dict that maps fields to their original ValidationError instances
Form.clean() Implement a clean() method on your Form when you must add custom validation for fields
Page 5 of 5