mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Overridden PathDownloadView.get_path() may contain database lookups and logging which should not be called twice if not necessary, as it was in my case. Because the acquired filename does not change inside get_file(), I replaced the duplicate call. |
||
|---|---|---|
| .. | ||
| apache | ||
| lighttpd | ||
| nginx | ||
| views | ||
| __init__.py | ||
| api.py | ||
| decorators.py | ||
| exceptions.py | ||
| files.py | ||
| io.py | ||
| middlewares.py | ||
| response.py | ||
| shortcuts.py | ||
| test.py | ||
| utils.py | ||