summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-10-08 15:46:27 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-10-08 15:46:27 +0000
commiteae8c651774c613f1039510e560c57abfec87c68 (patch)
tree776091bd589bed1d071d4315e39aba2978be2075 /docs/ref
parent9ad73135c0e028341cd5dd7574a80b2875587973 (diff)
[1.2.X] Fixed #14375 -- Corrected the capitalization of MultiValueField. Thanks to Blue for the report.
Backport of r14018 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14026 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-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 0dd9095a77..5047d4f5ed 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -775,7 +775,7 @@ Takes one extra required argument:
...
ValidationError: [u'Ensure this value has at most 20 characters (it has 28).']
-``MultiValuefield``
+``MultiValueField``
~~~~~~~~~~~~~~~~~~~
.. class:: MultiValueField(**kwargs)