format The format in which this field’s initial value will be displayed. If no format
render(name, value, attrs=None) [source] Argument value is handled differently
class ClearableFileInput [source] File upload input: <input type='file' ...>
class SelectMultiple [source] Similar to Select, but allows multiple selection:
class NullBooleanField(**kwargs) [source] Default widget:
render_value Determines whether the widget will have a value filled in when the form is re-displayed after a validation error
recursive If False (the default) only the direct contents of path will be offered as choices. If True
input_time_formats A list of formats used to attempt to convert a string to a valid datetime.time object.
Form.is_valid() The primary task of a Form object is to validate data. With a bound Form instance
Form.clean() Implement a clean() method on your Form when you must add custom validation for fields
Page 17 of 18