mirror of https://github.com/django/django.git
Fixed #8166 -- Corrected a typo in the admin documentation. Thanks d00gs for the hawk eyes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5d199ba901
commit
6d4b143786
|
@ -633,7 +633,7 @@ to the initial forms. See the `formsets documentation`_ for more information.
|
|||
~~~~~~~~~~~
|
||||
|
||||
This controls the maximum number of forms to show in the inline. This doesn't
|
||||
directly corrolate to the number of objects, but can if the value is small
|
||||
directly correlate to the number of objects, but can if the value is small
|
||||
enough. See `max_num in formsets`_ for more information.
|
||||
|
||||
.. _max_num in formsets: ../modelforms/#limiting-the-number-of-objects-editable
|
||||
|
|
Loading…
Reference in New Issue