This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django-downloadview
Watch
1
Star
0
Fork
You've already forked django-downloadview
0
mirror of
https://github.com/jazzband/django-downloadview.git
synced
2026-03-16 22:40:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
eeaabd2a37
django-downloadview
/
django_downloadview
/
tests
History
Rémy HUBSCHER
1ea2790ba9
Refs
#46
-- Add Py3 support.
2014-02-16 19:13:44 +01:00
..
__init__.py
ObjectDownloadView now inherits from SingleObjectMixin and BaseDownloadView. Added example for setup_view() in documentation.
2013-11-05 11:44:48 +01:00
api.py
Refs
#46
-- Add Py3 support.
2014-02-16 19:13:44 +01:00
response.py
Refs
#7
- Urlencoded non US-ASCII characters in Content-Disposition header (file name).
2013-11-18 12:12:02 +01:00
views.py
Refs
#41
- Added 'mimetype' and 'encoding' arguments to 'DownloadMixin' => supported all arguments of original sendfile() function. Added documentation about migrating from django-sendfile to django-downloadview.
2013-11-29 00:55:46 +01:00