From 829a5c1352e4cc6a3a3fd6ff9f69f11bd2df2bd4 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sun, 24 Aug 2008 07:22:30 +0000 Subject: [PATCH] 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 --- docs/ref/forms/validation.txt | 4 ++-- 1 file 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