Author: Honza_Kral
Date: 2009-07-19 15:55:15 -0500 (Sun, 19 Jul 2009)
New Revision: 11269

Modified:
   django/branches/soc2009/model-validation/django/forms/forms.py
Log:
[soc2009/model-valitaion] minor correction in comments

Modified: django/branches/soc2009/model-validation/django/forms/forms.py
===================================================================
--- django/branches/soc2009/model-validation/django/forms/forms.py      
2009-07-18 02:02:57 UTC (rev 11268)
+++ django/branches/soc2009/model-validation/django/forms/forms.py      
2009-07-19 20:55:15 UTC (rev 11269)
@@ -249,7 +249,7 @@
                 if name in self.cleaned_data:
                     del self.cleaned_data[name]
 
-        # run all the validators after the fields have been cleaned since they
+        # run complex validators after the fields have been cleaned since they
         # need access to all_values
         for name, field in self.fields.items():
             if not name in self.cleaned_data:


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to