Form.as_table() Finally, as_table() outputs the form as an HTML <table>. This is exactly the
Form.is_valid() The primary task of a Form object is to validate data. With a bound Form instance
Form.errors Access the errors attribute to get a dictionary of error messages:
render_value Determines whether the widget will have a value filled in when the form is re-displayed after a validation error
class NullBooleanField(**kwargs) [source] Default widget:
Form.field_order New in Django 1.9. By
Form.as_ul() as_ul() renders the form as a series of <li> tags, with each <li>
class SelectMultiple [source] Similar to Select, but allows multiple selection:
protocol Limits valid inputs to the specified protocol. Accepted values are both (default), IPv4 or
render(name, value, attrs=None) [source] Argument value is handled differently
Page 16 of 18