summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2010-01-05 06:18:41 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2010-01-05 06:18:41 +0000
commitcd7da17132d0321473be97bca0a2a91008038919 (patch)
treede5cb27e391d6db351332b1dbf2f04c28ea5f3b8 /docs/ref/forms
parent1e81e2f5321d15a6689babe7f27f94bcee6aa4ac (diff)
Added a section to the docs for discussing validators and updated a few links to point to it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12101 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 0d40e5fd5f..6440d2e63d 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -266,7 +266,7 @@ error message keys it uses.
The ``validators`` argument lets you provide a list of validation functions
for this field.
-See the :ref:`validators documentation <validators>` for more information.
+See the :ref:`validators documentation <ref-validators>` for more information.
Built-in ``Field`` classes
--------------------------