Author: ubernostrum Date: 2008-08-24 02:22:30 -0500 (Sun, 24 Aug 2008) New Revision: 8511
Modified: django/trunk/docs/ref/forms/validation.txt Log: Fixed #8512: Corrected typo in form validation documentation. Thanks for the catch, Karen. Modified: django/trunk/docs/ref/forms/validation.txt =================================================================== --- django/trunk/docs/ref/forms/validation.txt 2008-08-24 06:46:53 UTC (rev 8510) +++ django/trunk/docs/ref/forms/validation.txt 2008-08-24 07:22:30 UTC (rev 8511) @@ -1,7 +1,7 @@ .. _ref-forms-validation: -F and field validation -====================== +Form and field validation +========================= Form validation happens when the data is cleaned. If you want to customize this process, there are various places you can change, each one serving a --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
