Commit 2b873470 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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
parent 127a25ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)