django-downloadview/django_downloadview/tests
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