django.core.exceptions.ImproperlyConfigured: ImportError reversion: cannot import name force_text
Opened this issue · 3 comments
tdxdave commented
After installing django-reversion I get a new error message looking for a requirement of django-reversion, which seems wrong since it should install its requirements.
I followed the instructions to setup the virtualenv and am running under that.
vince06fr commented
same error message for me
tclancy commented
force_text
arrived in Django 1.5. If you're using an older version of Django, you will need an older version of this package.
tinker20 commented
Which version of Django-reversion should be installed?