Form.fields You can access the fields of Form instance from its fields attribute:
fields The list of fields that should be used to validate the field’s value (in the order in which they are provided).
strip New in Django 1.9. If True
BoundField.errors A list-like object that is displayed as an HTML <ul class="errorlist">
class ModelChoiceField(**kwargs) [source] Default widget:
Detailed form API reference. For introductory material, see the Working with forms topic guide.
modelform_factory(model, form=ModelForm, fields=None, exclude=None, formfield_callback=None, widgets=None, localized_fields=None, labels=None, help_texts=None, error_messages=None
class CharField(**kwargs) [source] Default widget:
Form.auto_id By default, the form rendering methods include: HTML id
time_format Similar to TimeInput.format
Page 2 of 18