django-cas icon indicating copy to clipboard operation
django-cas copied to clipboard

Django 1.10 Middleware problem

Open marcosthejew opened this issue 8 years ago • 1 comments

There are a lot of Middlewares affected by an update on Django 1.10, the error thrown is:/ ........... /site-packages/django/core/handlers/base.py", line 82, in load_middleware mw_instance = middleware(handler) TypeError: object() takes no parameters

Are there plans on fixing this soon?

marcosthejew avatar Sep 19 '16 00:09 marcosthejew

Having the same issue on django 1.10

KaruguDev avatar Sep 21 '16 04:09 KaruguDev