Author: gwilson Date: 2007-08-04 09:52:13 -0500 (Sat, 04 Aug 2007) New Revision: 5800
Modified: django/trunk/docs/newforms.txt Log: Fixed #5083 -- Fixed typo in newforms documentation, thanks Rik. Modified: django/trunk/docs/newforms.txt =================================================================== --- django/trunk/docs/newforms.txt 2007-08-04 14:41:49 UTC (rev 5799) +++ django/trunk/docs/newforms.txt 2007-08-04 14:52:13 UTC (rev 5800) @@ -1222,7 +1222,7 @@ Form validation happens when the data is cleaned. If you want to customise this process, there are various places you can change, each one serving a -different purpose. Thee types of cleaning methods are run during form +different purpose. Three types of cleaning methods are run during form processing. These are normally executed when you call the ``is_valid()`` method on a form. There are other things that can trigger cleaning and validation (accessing the ``errors`` attribute or calling ``full_clean()`` --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
