Author: lukeplant Date: 2010-09-07 15:19:41 -0500 (Tue, 07 Sep 2010) New Revision: 13687
Modified: django/trunk/docs/ref/forms/validation.txt Log: Fixed #14205 - Tiny grammar fix in form validation documentation Thanks to zendak for report and patch. Modified: django/trunk/docs/ref/forms/validation.txt =================================================================== --- django/trunk/docs/ref/forms/validation.txt 2010-09-03 19:04:29 UTC (rev 13686) +++ django/trunk/docs/ref/forms/validation.txt 2010-09-07 20:19:41 UTC (rev 13687) @@ -178,7 +178,7 @@ .. versionadded:: 1.2 Django's form (and model) fields support use of simple utility functions and -classes known as validators. These can passed to a field's constructor, via +classes known as validators. These can be passed to a field's constructor, via the field's ``validators`` argument, or defined on the Field class itself with the ``default_validators`` attribute. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
