django-downloadview/django_downloadview
Peter Marheine 0ab8aa3e8f Stop using django.util.deprecation.MiddlewareMixin
That class is intended primarily for compatibility with Pre-1.10
middleware, and recently gained a check that get_response is not None.
This package ensures an unexpecified `get_response` function is never
called on its own, so it's simplest to manually implement the middleware
API.
2021-12-23 13:05:45 +11:00
..
apache Add isort support. 2020-01-07 15:19:22 +01:00
lighttpd Add isort support. 2020-01-07 15:19:22 +01:00
nginx Add isort support. 2020-01-07 15:19:22 +01:00
views Add isort config. 2020-01-07 15:51:55 +01:00
__init__.py Add isort config. 2020-01-07 15:51:55 +01:00
api.py Add isort config. 2020-01-07 15:51:55 +01:00
decorators.py Fix missing function parameter 2020-01-13 17:23:54 +02:00
exceptions.py Remove support for Python 2.7 2020-01-07 15:01:26 +01:00
files.py Add isort config. 2020-01-07 15:51:55 +01:00
io.py Add isort config. 2020-01-07 15:51:55 +01:00
middlewares.py Stop using django.util.deprecation.MiddlewareMixin 2021-12-23 13:05:45 +11:00
response.py Validate black and isort on travis. 2020-01-07 15:55:44 +01:00
shortcuts.py Add black support. 2020-01-07 15:12:51 +01:00
storage.py Add signed file system storage 2020-01-13 11:25:40 +02:00
test.py Fix test. 2020-09-18 10:50:26 +02:00
utils.py Add isort support. 2020-01-07 15:19:22 +01:00