On 8/17/06, halmcelroy <[EMAIL PROTECTED]> wrote: > > It seems the api for the login method has changed. When I try to use > the login method like so: > login(request,user), I get an error that login has just 1 argument, and > 2 are provided. When I provide just the request object to the login > method, then it goes into infinite recursion
I think you're probably accidentally redefining login after you import it. Joseph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

