I don't think having a function with such a profound side effect (such
as making clean_data available) is a good idea. Very counter-
intuitive, IMHO. Why not split it into two:

- validate() - that performs the validation and makes clean_data
available
- is_valid() - that calls the above validate() and returns its result

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