vvangelovski / django-audit-log

Audit log for your Django models
Other
232 stars 93 forks source link

Django 1.10 #43

Open Oriphiel opened 7 years ago

Oriphiel commented 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

jeacaveo commented 7 years ago

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.