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-05-27 00:14:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
def8df90ee
django-downloadview
/
django_downloadview
/
tests
History
CJ
616c822b6c
refs
#87
Quotes around ascii filename, not utf-8
...
Updated the test to go with my change.
2014-06-06 10:37:54 -04: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
#87
Quotes around ascii filename, not utf-8
2014-06-06 10:37:54 -04: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