summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-10-10 07:08:35 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-10-10 07:08:35 +0000
commit876013dc1205335bd6396e68fb9f8953b971fb73 (patch)
tree6faf824d60adfc41d56f0ffeaa8e284df1a44d48 /docs/ref
parent888168003a78577290094d3c0f290fe87f18342e (diff)
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
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/forms/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/index.txt b/docs/ref/forms/index.txt
index 610416a363..866afed6dc 100644
--- a/docs/ref/forms/index.txt
+++ b/docs/ref/forms/index.txt
@@ -5,7 +5,7 @@ Forms
Detailed form API reference. For introductory material, see :doc:`/topics/forms/index`.
.. toctree::
- :maxdepth: 1
+ :maxdepth: 2
api
fields