#35831: Reference page for ModelForm Meta and ModelFormOptions
-------------------------------------+-------------------------------------
Reporter: jernwerber | Type:
| Cleanup/optimization
Status: new | Component:
| Documentation
Version: | Severity: Normal
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
ModelForm and the use and structure of a Meta inner class to control what
it outputs is covered mostly by way of a topic,
[
https://docs.djangoproject.com/en/5.1/topics/forms/modelforms/ Creating
Forms from Models].
As a developer, it would be helpful to be able to have a consolidated
reference for the complete set of possible Meta options (ModelFormOptions)
that can be used with a ModelForm's Meta class in a single place, rather
than having to infer options from other topics or check the Python source.
--
Ticket URL: <
https://code.djangoproject.com/ticket/35831>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.