Tuesday, June 21, 2011

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

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.
Running it on development server, didn't use on apache.


regards,

Tomas Debnar

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment