Changeset 5800
- Timestamp:
- 08/04/07 09:52:13 (1 year ago)
- Files:
-
- django/trunk/docs/newforms.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/newforms.txt
r5691 r5800 1223 1223 Form validation happens when the data is cleaned. If you want to customise 1224 1224 this process, there are various places you can change, each one serving a 1225 different purpose. Th ee types of cleaning methods are run during form1225 different purpose. Three types of cleaning methods are run during form 1226 1226 processing. These are normally executed when you call the ``is_valid()`` 1227 1227 method on a form. There are other things that can trigger cleaning and
