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

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACczBU%2BcWuScjjBjFu-L%3Dzx_v%2BEGJ6pQ2NhDKayNXUrTOieFKw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to