I figure this...

I put:

        if data:
            new_data = data.copy()
            errors = self.get_validation_errors(new_data)
            raise Exception(errors)
            if not errors:

So I can see the error.

The problem is for the singup form I don't wanna obligate to enter all
the fields (is a reduced form view of the total profile) and all the
fields was marked like required.

Thanks


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

Reply via email to