Author: russellm
Date: 2010-10-08 10:46:27 -0500 (Fri, 08 Oct 2010)
New Revision: 14026

Modified:
   django/branches/releases/1.2.X/docs/ref/forms/fields.txt
Log:
[1.2.X] Fixed #14375 -- Corrected the capitalization of MultiValueField. Thanks 
to Blue for the report.

Backport of r14018 from trunk.

Modified: django/branches/releases/1.2.X/docs/ref/forms/fields.txt
===================================================================
--- django/branches/releases/1.2.X/docs/ref/forms/fields.txt    2010-10-08 
15:46:03 UTC (rev 14025)
+++ django/branches/releases/1.2.X/docs/ref/forms/fields.txt    2010-10-08 
15:46:27 UTC (rev 14026)
@@ -775,7 +775,7 @@
         ...
         ValidationError: [u'Ensure this value has at most 20 characters (it 
has 28).']
 
-``MultiValuefield``
+``MultiValueField``
 ~~~~~~~~~~~~~~~~~~~
 
 .. class:: MultiValueField(**kwargs)

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to