Django 1.10 support?
manikos opened this issue · 4 comments
manikos commented
Since I upgraded my project to Django 1.10 and changed the setting from MIDDLEWARE_CLASSES
to MIDDLEWARE
I get an error due to the lack of the adaptation of the new MIDDLEWARE style.
The error is thrown from file django/core/handlers/base.py", line 82, in load_middleware
and it says: mw_instance = middleware(handler)
TypeError: object() takes no parameters`.
It is clearly a middleware issue. Should this be fixed?
manikos commented
Great! Thank you very much!!
staticdev commented