Recursion error after upgrading from 1.8 to 1.9

37 views
Skip to first unread message

Gergely Polonkai

unread,
Dec 2, 2015, 5:58:42 AM12/2/15
to Django users
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.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'form_utils',
    'django_fsm',
    'django_fsm_log',
    'compressor',
    'rest_framework',
    'rest_framework.authtoken',
    'django_js_reverse',
    'bootstrap3',
    'timezone_field',
    'builds',
    'accounts',
    'api',
    'process',
)

I’m in the process of filtering this, but if anyone has some idea, don’t hesitate to share :)

Best,
Gergely

Gergely Polonkai

unread,
Dec 2, 2015, 6:11:22 AM12/2/15
to Django users
New info: I have removed everything after django.contrib.staticfiles, but the problem still persists.
Reply all
Reply to author
Forward
0 new messages