Commit 01e8d75c authored by Luke Plant's avatar Luke Plant
Browse files

[1.2.X] Fixed #14205 - Tiny grammar fix in form validation documentation

  
Thanks to zendak for report and patch.

Backport of [13687] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 17ae1d32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ Using validators
.. 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.