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

Modified:
   django/branches/soc2009/model-validation/django/db/models/base.py
Log:
[soc2009/model-validation] Removed TODO - feeling more confident about the code

Modified: django/branches/soc2009/model-validation/django/db/models/base.py
===================================================================
--- django/branches/soc2009/model-validation/django/db/models/base.py   
2009-07-19 20:55:15 UTC (rev 11269)
+++ django/branches/soc2009/model-validation/django/db/models/base.py   
2009-07-19 20:55:34 UTC (rev 11270)
@@ -757,7 +757,6 @@
             if f.name in exclude:
                 continue
             try:
-                # TODO: is the [sg]etattr correct?
                 setattr(self, f.attname, f.clean(getattr(self, f.attname), 
self))
             except ValidationError, e:
                 errors[f.name] = e.messages


--~--~---------~--~----~------------~-------~--~----~
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