Hi,

>
> http://django-registration.googlecode.com/svn/trunk/registration/form...
>

Thanks Nathaniel, I am looking for over riding the clean() instead of
clean_xxxx(). After hours of experiments. I would like to confirm if
my learnings are correct.

in over riding the clean() method, I have to first check if the
attribute I want to check on is available on the cleaned_data
dictionary, if not I will not proceed to my validation, if yes then
proceed to my custom validation.  All the Validation I raise in the
clean() method will be recorded on the _errors dictionary?

Thanks
james


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