Re: Problem in registration form

2011-10-10 Thread BILLION Sébastien
The response is in the message... MultipleObjectsReturned at /accounts/register/ get() returned more than one User -- it returned 4! You can't use get to return more than one object! If you want return multiple object, use .filter If you try to get user with email='jaspritsa...@gmail.com'

Re: Problem in registration form

2011-10-10 Thread Shawn Milochik
Your problem is made clear in the error message. -- 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 django-users+unsubscr...@googlegr