class FileField(**kwargs) [source] Default widget:
BoundField.is_hidden Returns True if this BoundField‘s widget is hidden.
Form.add_error(field, error) This method allows adding errors to specific fields from within the Form.clean() method
Form.errors.as_data() Returns a dict that maps fields to their original ValidationError instances
decompress(value) [source] This method takes a single “compressed” value from the field and
Form.clean() Implement a clean() method on your Form when you must add custom validation for fields
recursive If False (the default) only the direct contents of path will be offered as choices. If True
allow_unicode New in Django 1.9. A boolean
Page 18 of 18