class PasswordInput [source] Password input: <input type='password' ...>
allow_folders Optional. Either True or False. Default is False. Specifies whether folders
Form.is_multipart() If you’re writing reusable views or templates, you may not know ahead of time whether your form is a multipart
to_field_name This optional argument is used to specify the field to use as the value of the choices in the field’s widget.
class MultiValueField(fields=(), **kwargs) [source] Default widget:
class DurationField(**kwargs) [source] Default widget:
class MultipleChoiceField(**kwargs) [source] Default widget:
BoundField.as_widget(widget=None, attrs=None, only_initial=False) [source] Renders the field
class BoundField [source] Used to display HTML or access attributes for a single field of
Field.error_messages The error_messages argument lets you override the default messages that the field will raise
Page 10 of 18