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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| http.py | ||
| object.py | ||
| path.py | ||
| storage.py | ||
| virtual.py | ||