Django

Code

Changeset 5800

Show
Ignore:
Timestamp:
08/04/07 09:52:13 (1 year ago)
Author:
gwilson
Message:

Fixed #5083 -- Fixed typo in newforms documentation, thanks Rik.

Files:

Legend:

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

    r5691 r5800  
    12231223Form validation happens when the data is cleaned. If you want to customise 
    12241224this process, there are various places you can change, each one serving a 
    1225 different purpose. Thee types of cleaning methods are run during form 
     1225different purpose. Three types of cleaning methods are run during form 
    12261226processing. These are normally executed when you call the ``is_valid()`` 
    12271227method on a form. There are other things that can trigger cleaning and