diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-08 15:37:38 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-08 15:37:38 +0000 |
| commit | 2b87347049eb0f20e26d6b41f076aa1ee6196132 (patch) | |
| tree | 07753b25817ef92fcc28dddcee137d59aa3ae080 /docs/ref/forms | |
| parent | 127a25ac270e8f8682a9a6ab1bef18e29a326384 (diff) | |
Fixed #14375 -- Corrected the capitalization of MultiValueField. Thanks to Blue for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index d2b1c303ed..ce86a0cb34 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) |
