queryset A QuerySet of model objects from which the choices for the field will be derived, and which will be used
date_format Similar to DateInput.format
input_formats A list of formats used to attempt to convert a string to a valid datetime.date object.
decimal_places The maximum number of decimal places permitted.
class MultiWidget(widgets, attrs=None) [source] A widget that is composed of multiple widgets
class MultipleChoiceField(**kwargs) [source] Default widget:
class CheckboxSelectMultiple [source] Similar to SelectMultiple, but rendered
strip New in Django 1.9. Defaults to False
class DurationField(**kwargs) [source] Default widget:
BoundField.auto_id The HTML ID attribute for this BoundField. Returns an empty string if Form.auto_id
Page 8 of 18