Fixed #10027 -- Makes links to form and field validation (and form reference docs in general) more readily available from form topic overview. Thanks to john_fries for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gabriel Hurley 2010-10-10 07:08:35 +00:00
parent 888168003a
commit 876013dc12
2 changed files with 8 additions and 5 deletions

View file

@ -5,7 +5,7 @@ Forms
Detailed form API reference. For introductory material, see :doc:`/topics/forms/index`.
.. toctree::
:maxdepth: 1
:maxdepth: 2
api
fields