summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-08-24 07:22:30 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-08-24 07:22:30 +0000
commit829a5c1352e4cc6a3a3fd6ff9f69f11bd2df2bd4 (patch)
tree46f7506d6a964b96e8634828cb4907ece28ad111 /docs/ref
parent96d12748a957e8e78641a2c92c91ca2b261a4209 (diff)
Fixed #8512: Corrected typo in form validation documentation. Thanks for the catch, Karen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8511 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/forms/validation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/forms/validation.txt b/docs/ref/forms/validation.txt
index 56c0e098c3..f17c74c364 100644
--- a/docs/ref/forms/validation.txt
+++ b/docs/ref/forms/validation.txt
@@ -1,7 +1,7 @@
.. _ref-forms-validation:
-F and field validation
-======================
+Form and field validation
+=========================
Form validation happens when the data is cleaned. If you want to customize
this process, there are various places you can change, each one serving a