Changeset 7227
- Timestamp:
- 03/11/08 18:09:44 (6 months ago)
- Files:
-
- django/trunk/docs/newforms.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/newforms.txt
r7197 r7227 1565 1565 Note that any errors raised by your ``Form.clean()`` override will not 1566 1566 be associated with any field in particular. They go into a special 1567 "field" (called ``__all__`` , which you can access via the1567 "field" (called ``__all__``), which you can access via the 1568 1568 ``non_field_errors()`` method if you need to. 1569 1569
