django-downloadview/django_downloadview
Peter Marheine a64a0e8c33 Split DownloadDispatcherMiddleware into two classes
Instantiating a middleware but not using it as a middleware was a
strange behavior, so this change splits the dispatching out to another
class with a more specialized API and uses that middleware.
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 Split DownloadDispatcherMiddleware into two classes 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