BoundField.label The
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.add_error(field, error) This method allows adding errors to specific fields from within the Form.clean() method
Form.errors Access the errors attribute to get a dictionary of error messages:
Form.non_field_errors() This method returns the list of errors from Form.errors that aren’t associated with a particular
Form.errors.as_data() Returns a dict that maps fields to their original ValidationError instances
BoundField.value() [source] Use this method to render the raw value of this field as it would
Field.get_bound_field(form, field_name) [source] Takes an instance of Form and
Page 4 of 5