diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/forms/models.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/models.txt b/docs/ref/forms/models.txt index a0326d7608..12df20e0b0 100644 --- a/docs/ref/forms/models.txt +++ b/docs/ref/forms/models.txt @@ -17,7 +17,7 @@ Model form ``Meta`` API .. class:: ModelFormOptions The ``_meta`` API is used to build forms that reflect a Django model. It is -accessible through the ``_meta`` attribute of each model form, and is an +accessible through the ``_meta`` attribute of each model form, and is a ``django.forms.models.ModelFormOptions`` instance. The structure of the generated form can be customized by defining metadata |
