Skip to content

Commit

Permalink
Fixed #6757 -- Corrected typo in newforms docs. Thanks, Atul Varma <v…
Browse files Browse the repository at this point in the history
…armaa@gmail.com>.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7227 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Mar 11, 2008
1 parent a74299f commit cb4a018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/newforms.txt
Expand Up @@ -1564,7 +1564,7 @@ The three types of cleaning methods are:


Note that any errors raised by your ``Form.clean()`` override will not Note that any errors raised by your ``Form.clean()`` override will not
be associated with any field in particular. They go into a special be associated with any field in particular. They go into a special
"field" (called ``__all__``, which you can access via the "field" (called ``__all__``), which you can access via the
``non_field_errors()`` method if you need to. ``non_field_errors()`` method if you need to.


These methods are run in the order given above, one field at a time. That is, These methods are run in the order given above, one field at a time. That is,
Expand Down

0 comments on commit cb4a018

Please sign in to comment.