Form.error_css_class
Form.add_error(field, error) This method allows adding errors to specific fields from within the Form.clean() method
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
class Form [source] To create an unbound Form instance, simply instantiate the
Page 5 of 5