django-downloadview/django_downloadview
2013-02-05 16:49:43 +01:00
..
__init__.py Reviewed documentation. Preparing first public release. 2012-12-04 11:47:37 +01:00
decorators.py Reviewed documentation. Preparing first public release. 2012-12-04 11:47:37 +01:00
files.py Refs #21 and refs #23 - Download view passes a file wrapper to download response. The file wrapper encapsulates file attributes such as name, size or URL (introduced URL). 2012-12-13 19:01:50 +01:00
middlewares.py Refs #21 and refs #23 - Download view passes a file wrapper to download response. The file wrapper encapsulates file attributes such as name, size or URL (introduced URL). 2012-12-13 19:01:50 +01:00
nginx.py Refs #21 and refs #23 - Download view passes a file wrapper to download response. The file wrapper encapsulates file attributes such as name, size or URL (introduced URL). 2012-12-13 19:01:50 +01:00
response.py Come back baby come back 2013-02-05 16:49:43 +01:00
test.py Refs #16 - Improved documentation for Nginx optimizations (references to demo project). Refs #18 - Moved temporary_media_root utility from demoproject.download.tests to django_downloadview.test. 2012-12-10 11:05:28 +01:00
utils.py Refs #1 - Experimental support for Nginx X-Accel. Work in progress 2012-11-28 16:53:56 +01:00
views.py Come back baby come back 2013-02-05 16:49:43 +01:00