diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-03-18 05:45:37 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-03-18 05:45:37 +0000 |
| commit | 6df9e25b618b603fb903f9e6c74e675aa2490305 (patch) | |
| tree | c12117aa403438246fa629286ae565ace7e8805e /docs/newforms.txt | |
| parent | 133111e40b3afe20e80e5f12e3b064ba080c318d (diff) | |
queryset-refactor: Merged from trunk up to [7280]
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/newforms.txt')
| -rw-r--r-- | docs/newforms.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newforms.txt b/docs/newforms.txt index 9d95d88b9f..0b5559ab88 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -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, |
