2012-12-04 10:47:37 +00:00
|
|
|
Changelog
|
|
|
|
|
=========
|
|
|
|
|
|
2012-12-04 11:58:32 +00:00
|
|
|
1.1 (unreleased)
|
|
|
|
|
----------------
|
|
|
|
|
|
2013-04-11 09:39:22 +00:00
|
|
|
Various improvements.
|
|
|
|
|
Contains **backward incompatible changes.**
|
2013-02-06 17:59:22 +00:00
|
|
|
|
2013-04-08 13:39:06 +00:00
|
|
|
- Added HTTPDownloadView to proxy to arbitrary URL.
|
|
|
|
|
|
|
|
|
|
- Added VirtualDownloadView to support files living in memory.
|
|
|
|
|
|
2013-03-20 15:00:20 +00:00
|
|
|
- Using StreamingHttpResponse introduced with Django 1.5. Makes Django 1.5 a
|
|
|
|
|
requirement!
|
|
|
|
|
|
|
|
|
|
- Added ``django_downloadview.test.assert_download_response`` utility.
|
|
|
|
|
|
2013-02-06 17:59:22 +00:00
|
|
|
- Download views and response now use file wrappers. Most logic around file
|
|
|
|
|
attributes, formerly in views, moved to wrappers.
|
2013-03-20 15:00:20 +00:00
|
|
|
|
2013-02-06 17:59:22 +00:00
|
|
|
- Replaced DownloadView by PathDownloadView and StorageDownloadView. Use the
|
|
|
|
|
right one depending on the use case.
|
2012-12-04 11:58:32 +00:00
|
|
|
|
|
|
|
|
|
2012-12-04 11:57:48 +00:00
|
|
|
1.0 (2012-12-04)
|
2012-12-04 10:47:37 +00:00
|
|
|
----------------
|
|
|
|
|
|
|
|
|
|
- Introduced optimizations for Nginx X-Accel: a middleware and a decorator
|
|
|
|
|
- Introduced generic views: DownloadView and ObjectDownloadView
|
|
|
|
|
- Initialized project
|