Form.is_valid() The primary task of a Form object is to validate data. With a bound Form instance
decompress(value) [source] This method takes a single “compressed” value from the field and
recursive If False (the default) only the direct contents of path will be offered as choices. If True
class HiddenInput [source] Hidden input: <input type='hidden' ...>
Form.as_table() Finally, as_table() outputs the form as an HTML <table>. This is exactly the
allow_unicode New in Django 1.9. A boolean
Field.get_bound_field(form, field_name) [source] Takes an instance of Form and
BoundField.is_hidden Returns True if this BoundField‘s widget is hidden.
to_field_name Same as ModelChoiceField.to_field_name.
Form.clean() Implement a clean() method on your Form when you must add custom validation for fields
Page 16 of 18