django-downloadview/django_downloadview
2020-01-07 11:34:51 +01:00
..
apache Fix middleware compatibility issues 2020-01-07 11:09:25 +01:00
lighttpd Fix middleware compatibility issues 2020-01-07 11:09:25 +01:00
nginx Fix middleware compatibility issues 2020-01-07 11:09:25 +01:00
views Fix StorageFile compatibility & some lint issues 2020-01-07 11:34:51 +01:00
__init__.py Refs #25 - Added unit tests about API and deprecated settings. 2013-10-29 09:25:48 +01:00
api.py Refs #97 - Splitted StringIteratorIO into TextIteratorIO and BytesIteratorIO. StringIteratorIO remains for backward compatibility. 2015-06-12 16:47:46 +02:00
decorators.py Refs #25, refs #39, refs #40, refs #42 - Big refactoring in documentation and demo: narrative documentation uses examples from demo project. 2013-10-28 16:58:18 +01:00
exceptions.py Refs #43 - ObjectDownloadView.get_file() raises FileNotFound if file field does not exists or is empty. Introduced DownloadMixin.file_not_found_response(). 2013-11-24 10:03:11 +01:00
files.py Fix StorageFile compatibility & some lint issues 2020-01-07 11:34:51 +01:00
io.py Fix StorageFile compatibility & some lint issues 2020-01-07 11:34:51 +01:00
middlewares.py Fix middleware compatibility issues 2020-01-07 11:09:25 +01:00
response.py refs #87 quotes for ascii filename to fix doctest 2014-06-06 12:07:12 -04:00
shortcuts.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
test.py Improved support of Python-3.5 and Django-1.9. Refs #112, refs #113. 2016-03-14 15:40:13 +01:00
utils.py Refs #46 - Fixed Python 2 and Python 3 compatibility in doctests related to string/unicode. 2014-02-25 00:47:20 +01:00