summaryrefslogtreecommitdiff
path: root/docs/forms.txt
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2006-12-04 18:16:40 +0000
committerJason Pellerin <jpellerin@gmail.com>2006-12-04 18:16:40 +0000
commite07dae7b77abc39d3e5d99dece5d43a5b99890f4 (patch)
tree3f29507bf4541e6657b8bc7c635673e2f8acea06 /docs/forms.txt
parent261fb45ba8ce5ad7c9a0a73c286077c779364b8d (diff)
[multi-db] Merged trunk to [3890]
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@4152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/forms.txt')
-rw-r--r--docs/forms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/forms.txt b/docs/forms.txt
index 2b00cb67d6..767225cfd4 100644
--- a/docs/forms.txt
+++ b/docs/forms.txt
@@ -489,7 +489,7 @@ required fields are present and non-empty. For each field that passes that
test *and if the form submission contained data* for that field, all the
validators for that field are called in turn. The emphasized portion in the
last sentence is important: if a form field is not submitted (because it
-contains no data -- which is normal HTML behaviour), the validators are not
+contains no data -- which is normal HTML behavior), the validators are not
run against the field.
This feature is particularly important for models using