The clean_XXX methods documented in the regression tests mentioned
above did it for me. I think the new api is much cleaner(!) than the
old.

The only thing is that I think the clean_XXX should be passed the
cleaned value so far since you most likely will be doing:

def clean_XXX(self):
   value = self.clean_data.get('XXX')
   ... do something with value ...
   return value


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

Reply via email to