allow_files Optional. Either True or False. Default is True. Specifies whether files
Detailed form API reference. For introductory material, see the Working with forms topic guide.
attrs A dictionary containing HTML attributes to be set on the rendered widget. >>>
Form.order_fields(field_order) New in Django 1.9. You
Field.disabled New in Django 1.9. The
class FileInput [source] File upload input: <input type='file' ...>
class RadioSelect [source] Similar to Select, but rendered as a list of radio
class MultipleHiddenInput [source] Multiple <input type='hidden' ...>
check_test A callable that takes the value of the CheckboxInput and returns True if the checkbox should
input_formats A list of formats used to attempt to convert a string to a valid datetime.date object.
Page 4 of 18