Closed akshaybabloo closed 7 years ago
Will this work on Django 1.10? That's because the new Django version does not use MIDDLEWARE_CLASSES anymore.
MIDDLEWARE_CLASSES
@akshaybabloo Yes, this middleware supports Django 1.10. It works very well as I can see.
Will this work on Django 1.10? That's because the new Django version does not use
MIDDLEWARE_CLASSES
anymore.