Commit graph

75 commits

Author SHA1 Message Date
Rémy Hubscher
415b76622e
Post release 2025-10-28 11:34:20 +01:00
Rémy Hubscher
055ef690d2
Release 2.5.0 2025-10-28 11:23:58 +01:00
Rémy HUBSCHER
13a502bc4a
Post release 2.4.0 2024-08-05 14:51:35 +02:00
Rémy HUBSCHER
347f0202ab
Prepare 2.4 release 2024-08-05 10:45:59 +02:00
johnthagen
8c74a77ebe Drop Python 3.6 support 2022-08-04 09:22:28 -04:00
Rémy HUBSCHER
aa003ed6bf
Prepare 2.3 release. 2022-01-11 10:37:35 +01:00
Hasan Ramezani
a8d231cbed Add Django 3.2 support. 2021-04-16 14:30:02 +02:00
Hasan Ramezani
006d2a288d Drop Django 3.0 support. 2021-04-16 14:30:02 +02:00
Rémy HUBSCHER
384e7c5b13
Back to development: 2.3 2020-10-08 19:01:09 +02:00
Rémy HUBSCHER
0c59d6d261
Preparing release 2.2 2020-10-05 11:19:05 +02:00
Rémy HUBSCHER
7ec465d74d
Be ready for Jazzband move. 2020-09-18 16:50:33 +02:00
Rémy HUBSCHER
cd37fd5084
Back to development: 2.2 2020-01-14 10:26:51 +01:00
Rémy HUBSCHER
bc145254ea
Preparing release 2.1.1 2020-01-14 10:24:28 +01:00
Rémy HUBSCHER
965218aafb
Back to development: 2.2 2020-01-13 10:51:20 +01:00
Rémy HUBSCHER
17afa754e9
Preparing release 2.1 2020-01-13 10:51:07 +01:00
Rémy HUBSCHER
48d2a622a7
Update changelog. 2020-01-13 10:50:51 +01:00
Rémy HUBSCHER
27d72b058f
Back to development: 2.1 2020-01-07 16:14:06 +01:00
Rémy HUBSCHER
f511ab3602
Preparing release 2.0 2020-01-07 16:14:01 +01:00
Rémy HUBSCHER
2773a2b158
Back to development: 2.0 2020-01-07 14:45:29 +01:00
Rémy HUBSCHER
9014f292e7
Preparing release 1.10 2020-01-07 14:45:15 +01:00
Fabre Florian
256974ab80 Update changelog 2020-01-07 11:55:19 +01:00
Benoît Bryon
af67e0036f Back to development: 1.10 2016-03-15 12:18:35 +01:00
Benoît Bryon
2862d2f24e Preparing release 1.9 2016-03-15 12:16:24 +01:00
Benoît Bryon
0c445389f7 HTTPFile has 'content_type' property. It makes HTTPDownloadView proxy Content-Type header. Closes #116 2016-03-15 12:13:31 +01:00
Benoît Bryon
18fd9abcc8 Introduced support of Python-3.5 and Django-1.9. Refs #112, refs #113. 2016-03-14 16:59:30 +01:00
Benoît Bryon
1ec890fb20 Back to development: 1.9 2015-07-20 18:55:22 +02:00
Benoît
ae54019a27 Preparing release 1.8 2015-07-20 18:53:00 +02:00
Benoît Bryon
c18e57037b Pass numeric timestamp to Django's was_modified_since() (was receiving datetime). Thanks @benesch and @zerc. 2015-07-20 18:43:46 +02:00
Benoît Bryon
ea033b8eb2 PathDownloadView.get_file() makes a single call to PathDownloadView.get_path() (was doing it twice). Thanks @rleonhardt. Closes #103 2015-07-20 17:43:18 +02:00
Benoît
2596bc60e1 Back to development: 1.8 2015-06-13 01:46:40 +02:00
Benoît
652e5de854 Preparing release 1.7 2015-06-13 01:45:31 +02:00
Benoît Bryon
cfc57c19f0 Run demo with 'make demo runserver' (was broken). Closes #92 2015-06-13 01:39:05 +02:00
Benoît Bryon
0c282664ca Filenames with commas are now supported. In download responses, filename is now surrounded by double quotes. Closes #87 2015-06-13 01:37:33 +02:00
Benoît Bryon
211fd5461b Refreshed development environment. Added tests around Python 3.4 and Django 1.8. Fixed content proxied by HTTPFile. Closes #97, closes #98, closes #99. 2015-06-13 00:39:58 +02:00
Omer Katz
8a6b04c5a4 Fixed broken link. 2014-10-28 17:14:46 +02:00
Benoît Bryon
df6c52b571 Back to development: 1.7 2014-03-03 14:44:17 +01:00
Benoît Bryon
7aca2833bd Preparing release 1.6 2014-03-03 14:43:28 +01:00
Benoît Bryon
d29e3532e8 Refs #80 - Updated changelog. 2014-03-03 08:19:43 +01:00
Benoît Bryon
2d4f8c9773 Refs #46 - Updated changelog. 2014-02-25 00:57:07 +01:00
Benoît Bryon
d587c515f0 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
Benoît Bryon
e28951d0a1 Back to development: 1.6 2013-11-29 09:23:54 +01:00
Benoît Bryon
32322c1163 Preparing release 1.5 2013-11-29 09:23:32 +01:00
Benoît Bryon
6dd090757a 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
Benoît Bryon
e33a8165ef Refs #2 - Introduced support of Lighttpd's X-Sendfile (mostly copied from django_downloadview.apache). 2013-11-28 23:02:40 +01:00
Benoît Bryon
ce31392efb Refs #36 - Updated changelog. 2013-11-28 22:21:11 +01:00
Benoît Bryon
13c0f8b103 Back to development: 1.5 2013-11-24 11:18:03 +01:00
Benoît Bryon
8210e87bc6 Preparing release 1.4 2013-11-24 11:17:31 +01:00
Benoît Bryon
dd6c4bf70a Refs #65 - Updated CHANGELOG. 2013-11-24 11:12:25 +01:00
Benoît Bryon
8d3d119be8 Refs #43 - Updated CHANGELOG. 2013-11-24 10:37:45 +01:00
Benoît Bryon
f2d5a92b99 Refs #7 - Urlencoded non US-ASCII characters in Content-Disposition header (file name). 2013-11-18 12:12:02 +01:00