Field.widget The widget argument lets you specify a Widget class to use when rendering this Field
Field.label_suffix The label_suffix argument lets you override the form’s
class FileInput [source] File upload input: <input type='file' ...>
choices Either an iterable (e.g., a list or tuple) of 2-tuples to use as choices for this field, or a callable that returns
inlineformset_factory(parent_model, model, form=ModelForm, formset=BaseInlineFormSet, fk_name=None, fields=None, exclude=None, extra=3, can_order=False, can_delete=True
value_omitted_from_data(data, files, name) [source] New
Field.localize The localize argument enables the localization of form data input, as well as the rendered output
queryset A QuerySet of model objects from which the choices for the field will be derived, and which will be used
Form validation happens when the data is cleaned. If you want to customize this process, there are various places to make changes, each one serving a different purpose. Three
decimal_places The maximum number of decimal places permitted.
Page 6 of 18