mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
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. |
||
|---|---|---|
| .. | ||
| apache | ||
| lighttpd | ||
| nginx | ||
| views | ||
| __init__.py | ||
| api.py | ||
| decorators.py | ||
| exceptions.py | ||
| files.py | ||
| io.py | ||
| middlewares.py | ||
| response.py | ||
| shortcuts.py | ||
| storage.py | ||
| test.py | ||
| utils.py | ||