Django

Code

Changeset 7227

Show
Ignore:
Timestamp:
03/11/08 18:09:44 (6 months ago)
Author:
russellm
Message:

Fixed #6757 -- Corrected typo in newforms docs. Thanks, Atul Varma <varmaa@gmail.com>.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/newforms.txt

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