Re: making instance of auth User results in: maximum recursion depth exceeded while calling a Python object

2011-06-22 Thread T'mas
12:34 PM, T'mas <tomas.deb...@gmail.com> wrote: > > sorry. Problem is not User object but login from django.contrib.auth. > > > login(request,user) > > You've haven't included any of the traceback from the maximum recursion > depth exceeded, nor any of your code, so all anyo

Re: making instance of auth User results in: maximum recursion depth exceeded while calling a Python object

2011-06-21 Thread T'mas
sorry. Problem is not User object but login from django.contrib.auth. login(request,user) On Jun 21, 6:21 pm, "T'mas" <tomas.deb...@gmail.com> wrote: > Hi there, > > I am having problem with User model from django.contrib.auth.models. > When making instance in view:

making instance of auth User results in: maximum recursion depth exceeded while calling a Python object

2011-06-21 Thread T'mas
Hi there, I am having problem with User model from django.contrib.auth.models. When making instance in view: user = User.objects.get(username='tmas') it results in error: maximum recursion depth exceeded while calling a Python object I am running Xubuntu 11.04, python 2.7.1+ and django 1.3.