Form.has_error(field, code=None) This method returns a boolean designating whether a field has an error with a specific error
BoundField.is_hidden Returns True if this BoundField‘s widget is hidden.
Form.as_table() Finally, as_table() outputs the form as an HTML <table>. This is exactly the
Form.field_order New in Django 1.9. By
Form.error_css_class
Field.get_bound_field(form, field_name) [source] Takes an instance of Form and
Form.errors.as_data() Returns a dict that maps fields to their original ValidationError instances
class Form [source] To create an unbound Form instance, simply instantiate the
Form.non_field_errors() This method returns the list of errors from Form.errors that aren’t associated with a particular
Form.is_valid() The primary task of a Form object is to validate data. With a bound Form instance
Page 4 of 5