On my development server I am trying to delete a user in the admin and I get this error:
RuntimeError maximum recursion depth exceeded while calling a Python object
It used to work very well until a few days ago.
I’m using Django 1.3.1. I tried with various browsers as I read that some are not suitable for the dev server. I do not remember changing anything other than views in the app, nothing related to users. I updated to the latest version of django-social-auth a few days ago. And apart from that I am clueless about what is going on here! Could somebody shed some light?
I’m new to django and django-social-auth and just reading docs. Way be this describes your problem?
(From here):