Open jorenham opened 7 years ago
Hi Jorem, thanks for catching that! Looks like a bug, will try to discover in more details soon.
Fixed possibly related issue and uploaded new version v1.4.1. But very likely you faced this exception because you have
'django.middleware.locale.LocaleMiddleware'
In the list of your MIDDLEWARE_CLASSES
. If you want to use this package, you must remove it.
Also, check deprecation notice.
After upgrading from Django 1.9.12 to 1.10.5, my project won't run anymore with the traceback:
I'm using the setting
SOLID_I18N_USE_REDIRECTS = True
and it all seems to work fine at Django 1.9.12. What's going on here?