StephenPower/CollectorCity-Market-Place

django.core.exceptions.ImproperlyConfigured: ImportError reversion: cannot import name force_text

Opened this issue · 3 comments

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.

same error message for me

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.

Which version of Django-reversion should be installed?