mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
The only meaningful change is removing use of `force_text` (which was deprecated in Django 3.0) in favor of `force_str` (which has existed since before Django 1.11). On Python 3 there is no functional difference between the two. |
||
|---|---|---|
| .. | ||
| 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 | ||