mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Refs #43 - Updated CHANGELOG.
This commit is contained in:
parent
567cf591b9
commit
8d3d119be8
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ future releases, check `milestones`_ and :doc:`/about/vision`.
|
|||
1.4 (unreleased)
|
||||
----------------
|
||||
|
||||
Bugfixes.
|
||||
|
||||
- Bugfix #43 - ``ObjectDownloadView`` returns HTTP 404 if model instance's file
|
||||
field is empty (was HTTP 500).
|
||||
|
||||
- Bugfix #7 - Special characters in file names (``Content-Disposition`` header)
|
||||
are urlencoded. An US-ASCII fallback is also provided.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue