Open Oriphiel opened 7 years ago
well, you need to update the middleware.py import this from django.utils.deprecation import MiddlewareMixin and add here: class UserLoggingMiddleware(MiddlewareMixin): line 24-25
from django.utils.deprecation import MiddlewareMixin
class UserLoggingMiddleware(MiddlewareMixin):
Hi, I had this problem with Django 1.11 and created a PR ( #47 ) to solve this. Hope it get's merged and deployed soon.
well, you need to update the middleware.py import this
from django.utils.deprecation import MiddlewareMixin
and add here:class UserLoggingMiddleware(MiddlewareMixin):
line 24-25