Re: Recursion error after upgrading from 1.8 to 1.9

2015-12-02 Thread Gergely Polonkai
New info: I have removed everything after django.contrib.staticfiles, but the problem still persists. 2015-12-02 11:57 GMT+01:00 Gergely Polonkai : > I have upgraded Django from 1.8.5 to 1.9. Running my tests fails with this: > > RuntimeError: maximum recursion depth exceeded while calling a Pyth

Recursion error after upgrading from 1.8 to 1.9

2015-12-02 Thread Gergely Polonkai
I have upgraded Django from 1.8.5 to 1.9. Running my tests fails with this: RuntimeError: maximum recursion depth exceeded while calling a Python object My INSTALLED_APPS: INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.con