mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
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:
parent
888168003a
commit
876013dc12
2 changed files with 8 additions and 5 deletions
|
@ -5,7 +5,7 @@ Forms
|
|||
Detailed form API reference. For introductory material, see :doc:`/topics/forms/index`.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
|
||||
api
|
||||
fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue