mirror of
https://github.com/django/django.git
synced 2025-07-30 08:35:23 +00:00
Fixed #6757 -- Corrected typo in newforms docs. Thanks, Atul Varma <varmaa@gmail.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7227 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a74299fb61
commit
cb4a018c35
1 changed files with 1 additions and 1 deletions
|
@ -1564,7 +1564,7 @@ The three types of cleaning methods are:
|
|||
|
||||
Note that any errors raised by your ``Form.clean()`` override will not
|
||||
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.
|
||||
|
||||
These methods are run in the order given above, one field at a time. That is,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue