jedie / django-tools

miscellaneous django tools
http://pypi.python.org/pypi/django-tools/
Other
128 stars 31 forks source link

ThreadLocal.py to support settings.MIDDLEWARE #12

Closed thefon closed 7 years ago

thefon commented 7 years ago

as per https://docs.djangoproject.com/en/1.11/topics/http/middleware/#upgrading-middleware

ThreadLocal should inherit from django.utils.deprecation.MiddlewareMixin

jedie commented 7 years ago

pull request are welcome ;)

thefon commented 7 years ago

Knew you'd say that! :) I'll look at it if I can, but it will take me longer to set up a dev / test environment.