BoundField.as_widget(widget=None, attrs=None, only_initial=False) [source] Renders the field
Form.use_required_attribute New in Django 1.10. When
Field.error_messages The error_messages argument lets you override the default messages that the field will raise
months An optional dict of months to use in the “months” select box. The keys of the dict correspond
class MultiValueField(fields=(), **kwargs) [source] Default widget:
class Select [source] Select widget: <select><option ...>...</select>
Form.has_changed() Use the has_changed() method on your Form when you need to check if the form data
Form.initial Use initial to declare the initial value of form fields at runtime. For example, you might want to
match A regular expression pattern; only files with names matching this expression will be allowed as choices.
BoundField.field The form
Page 10 of 18