Fixed #15134 -- Placed formset documentation before modelform documentation in the forms topic index to improve the logical flow of information being presented. Thanks to Aryeh Leib Taurog for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15447 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0f50ef12bf
commit
327d69de73
|
@ -396,8 +396,8 @@ This covers the basics, but forms can do a whole lot more:
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
modelforms
|
|
||||||
formsets
|
formsets
|
||||||
|
modelforms
|
||||||
media
|
media
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
Loading…
Reference in New Issue