django-downloadview/django_downloadview
2014-06-06 09:58:37 -04:00
..
apache Refs #46 -- Add Py3 support. 2014-02-16 19:13:44 +01:00
lighttpd Refs #2 - Introduced support of Lighttpd's X-Sendfile (mostly copied from django_downloadview.apache). 2013-11-28 23:02:40 +01:00
nginx Refs #46 -- Add Py3 support. 2014-02-16 19:13:44 +01:00
tests Tests updated for double quotes around filename 2014-06-06 09:58:37 -04:00
views Refs #80 - Improved documentation about 'DownnloadMixin.attachment' attribute. 2014-03-03 07:49:30 +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 #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
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 Refs #46 -- Add Py3 support. 2014-02-16 19:13:44 +01:00
io.py Refs #74 - Switched to tox as test-environment manager. Added flake8 to the test suite. Dropped python 2.6 tests. Makefile no longer creates a virtualenv. 2014-02-10 01:27:14 +01:00
middlewares.py Refs #36 - Introduced support of Apache X-Sendfile. 2013-11-26 09:30:19 +01:00
response.py Filename surrounded by double quotes. 2014-06-06 09:55:20 -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 Refs #80 - Added a test around demo's 'object:inline_file' URL. 2014-03-03 08:15:46 +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