Commit graph

  • 592e32e819 add py36 and django 2.0 support Jameson Merkow 2018-06-07 16:02:21 -0700
  • 169145bec7 Avoid duplication of middleware setting Oliver Sauder 2018-01-11 16:02:54 +0100
  • 4f53285d2c Add support for Django 1.10 style MIDDLEWARE setting Oliver Sauder 2018-01-11 15:50:14 +0100
  • 82a1a3e7b5 Fix invalid tox link Oliver Sauder 2018-01-11 15:13:20 +0100
  • 15de1b2174 Fix flake8 linting issues Oliver Sauder 2018-01-11 15:13:08 +0100
  • 1c829c5413 Merge pull request #140 from joehybird/master Rémy HUBSCHER 2017-09-14 19:26:43 +0700
  • 9aaa069e23 Fix flake8 issue Fabre Florian 2017-09-14 11:40:27 +0200
  • 5306a54222 Fix travis config. Fabre Florian 2017-09-14 11:37:13 +0200
  • ade4c06670 Fix travis config. Fabre Florian 2017-09-14 11:15:24 +0200
  • 24afd546c6 Fix travis config. Fabre Florian 2017-09-14 11:08:27 +0200
  • 235f95b967 Fix django 1.10 deprecation of django.conf.urls.patterns. Add django 1.11 to tox targets. Downgrade django-nose because versions >= 1.4.3 no longer supports django 1.5. Fabre Florian 2017-09-14 10:09:59 +0200
  • 315bec54c3 Unquoting response pkaczynski 2016-10-12 12:55:30 +0200
  • 58630227c5 Merge 2fc5ea7137 into 414c083aa3 aRkadeFR 2016-10-10 10:18:34 +0000
  • 2fc5ea7137 Remove setuptools from install_require in setup.py aRkadeFR 2016-09-21 14:30:57 +0200
  • 1a16d14c8f More concise expires assignment. ryneeverett 2016-07-22 13:36:54 -0400
  • 035a56df03 HTTPDownloadView: Accept relative url. ryneeverett 2016-07-22 13:38:14 -0400
  • 278d9d4c7a Remove else blocks that don't do anything. ryneeverett 2016-07-22 13:34:26 -0400
  • 414c083aa3 Merge pull request #124 from adamchainz/readthedocs.io Rémy HUBSCHER 2016-06-28 08:38:45 +0200
  • a4cc84d758 Convert readthedocs links for their .org -> .io migration for hosted projects Adam Chainz 2016-06-27 22:42:16 +0100
  • e43cd3bfd9 Remove code intended for http range support. Thomas Willson 2016-05-31 13:57:02 -0700
  • a218150f05 Fix tests using code from PR #109. Thomas Willson 2016-05-25 21:28:22 -0700
  • cb22f6b425 Allow extra kwargs to be supplied to DownloadResponse.__init__(). Thomas Willson 2016-05-25 20:59:17 -0700
  • c66a1d7e75 Pass args and kwargs around so that the get_file() method can response to URL parameters. Thomas Willson 2016-05-25 15:08:53 -0700
  • 6166783914 Merge pull request #119 from mbaechtold/fix-documentation-optimization-examples Rémy HUBSCHER 2016-05-13 13:05:13 +0200
  • e0dc0b0c41
    Fix code examples in the optimization chapter of the documentation. Martin Bächtold 2016-05-06 10:15:50 +0200
  • af67e0036f Back to development: 1.10 Benoît Bryon 2016-03-15 12:18:35 +0100
  • 2862d2f24e Preparing release 1.9 1.9 Benoît Bryon 2016-03-15 12:16:24 +0100
  • 0c445389f7 HTTPFile has 'content_type' property. It makes HTTPDownloadView proxy Content-Type header. Closes #116 Benoît Bryon 2016-03-15 12:13:31 +0100
  • e37612f2b9 Make sure HTTPDownloadView proxies Content-Type header. Refs #116 Benoît Bryon 2016-03-14 17:42:30 +0100
  • 56214264f1 HTTPFile has 'content_type' property. Allows HTTPDownloadView to proxy Content-Type header. Refs #116 Benoît Bryon 2016-03-14 17:05:32 +0100
  • 18fd9abcc8 Introduced support of Python-3.5 and Django-1.9. Refs #112, refs #113. Benoît Bryon 2016-03-14 16:59:30 +0100
  • 5fecce8017 Improved support of Python-3.5 and Django-1.9. Refs #112, refs #113. Benoît Bryon 2016-03-14 16:24:16 +0100
  • ec969efa7e Improved support of Python-3.5 and Django-1.9. Refs #112, refs #113. Benoît Bryon 2016-03-14 15:54:56 +0100
  • 08031dab21 Improved support of Python-3.5 and Django-1.9. Refs #112, refs #113. Benoît Bryon 2016-03-14 15:40:13 +0100
  • a3203f2298 Added Python-3.5 and Django-1.9 to test suites. Refs #112, refs #113. Benoît Bryon 2016-03-14 15:22:48 +0100
  • 71fa40c320 Remove the main package from MANIFEST.in as its inclusion is implicit through setup.py. Michael Fladischer 2015-09-03 12:59:25 +0200
  • 14f5e931eb Include tests in source tarball. Michael Fladischer 2015-09-03 12:58:36 +0200
  • 968a162134 Add documentation to source tarball. Michael Fladischer 2015-09-03 12:57:05 +0200
  • 37447be394 Add demo project to source tarball. Michael Fladischer 2015-09-03 12:56:10 +0200
  • 724fc4f069 Update pip to be more resilient to download errors René Leonhardt 2015-08-04 11:52:28 +0200
  • b9a82e1072 Update pip to be more resilient to download errors René Leonhardt 2015-08-04 11:44:08 +0200
  • 6d89d5582c Use only allowed kwargs for not_modified_response René Leonhardt 2015-08-03 17:15:50 +0200
  • e24122a8e0 Allow calling DownloadResponse with unknown kwargs René Leonhardt 2015-08-03 17:11:00 +0200
  • 8b8ef8bd28 BaseDownloadViewTestCase: render_to_response mock is now called with args and kwargs René Leonhardt 2015-08-03 15:49:56 +0200
  • fb645ce27a Forward args and kwargs in get() to render_to_response() René Leonhardt 2015-08-03 13:20:45 +0200
  • 1ec890fb20 Back to development: 1.9 Benoît Bryon 2015-07-20 18:55:22 +0200
  • ae54019a27 Preparing release 1.8 1.8 Benoît 2015-07-20 18:53:00 +0200
  • c18e57037b Pass numeric timestamp to Django's was_modified_since() (was receiving datetime). Thanks @benesch and @zerc. Benoît Bryon 2015-07-20 18:43:46 +0200
  • 3a3d3ebb9f Refs #104 - Assert timestamp is passed to was_modified_since(). Benoît Bryon 2015-07-20 18:28:28 +0200
  • bdf8e6e368 Psycho-rebased work of @benesch and @zerc on top of master. Benoît Bryon 2015-07-20 18:14:08 +0200
  • 150e50653f Refs #104 - Merged work of @benesch and @zerc. Benoît Bryon 2015-07-20 18:12:44 +0200
  • ea033b8eb2 PathDownloadView.get_file() makes a single call to PathDownloadView.get_path() (was doing it twice). Thanks @rleonhardt. Closes #103 Benoît Bryon 2015-07-20 17:43:18 +0200
  • bf7b0f23fd Refs #104 - Convert datetime to unix timestamp zero13cool 2015-07-16 21:05:46 +0300
  • 32c82471a0 Merge 306817e856 into 142d8de7fa Vladimir Savin 2015-07-16 18:46:03 +0000
  • 306817e856 Refs #104 - Convert datetime to unix timestamp zero13cool 2015-07-16 21:05:46 +0300
  • ed186cebe8 Merge c7c7fb366b into 142d8de7fa Vladimir Savin 2015-07-16 18:21:59 +0000
  • c7c7fb366b Refs #104 - Convert datetime to unix timestamp zero13cool 2015-07-16 21:05:46 +0300
  • 5e4ae2fdc9 Changed assertCalledOnceWith() to assert_called_once_with() René Leonhardt 2015-07-14 14:53:14 +0200
  • 75b51ce214 Avoid calling get_path() twice inside get_file René Leonhardt 2015-07-14 12:03:52 +0200
  • 142d8de7fa Declared project as production/stable. Benoît Bryon 2015-06-24 14:10:33 +0200
  • 2596bc60e1 Back to development: 1.8 Benoît 2015-06-13 01:46:40 +0200
  • 652e5de854 Preparing release 1.7 1.7 Benoît 2015-06-13 01:45:31 +0200
  • cfc57c19f0 Run demo with 'make demo runserver' (was broken). Closes #92 Benoît Bryon 2015-06-13 01:39:05 +0200
  • 0c282664ca Filenames with commas are now supported. In download responses, filename is now surrounded by double quotes. Closes #87 Benoît Bryon 2015-06-13 01:37:33 +0200
  • 5fa0a6caea Psycho-rebased branch 87-double-quoted-filename on top of master Benoît Bryon 2015-06-13 00:57:44 +0200
  • 8a0883d461 Refs #92 - 'make demo' installs demo, 'make runserver' runs demo server. Benoît Bryon 2015-06-13 00:56:57 +0200
  • 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. Benoît Bryon 2015-06-13 00:39:58 +0200
  • 2d04d30ba4 Refs #97 - Code style. Benoît Bryon 2015-06-12 20:51:51 +0200
  • 6f9a79c1df Refs #98 - Assert tests follow PEP8. Benoît Bryon 2015-06-12 20:39:00 +0200
  • 62c0c01304 Refs #98 - Workaround travis and test requirements. Benoît Bryon 2015-06-12 20:36:17 +0200
  • 0160c00df1 Refs #98 - Workaround documentation. Benoît Bryon 2015-06-12 19:30:57 +0200
  • ec96afda11 Refs #98 - Added __init__ script in tests/ folder. Benoît Bryon 2015-06-12 16:52:33 +0200
  • d122c68455 Refs #97 - Splitted StringIteratorIO into TextIteratorIO and BytesIteratorIO. StringIteratorIO remains for backward compatibility. Benoît Bryon 2015-06-12 16:47:46 +0200
  • c54131db6e Refs #98 - Moved tests outside django-downloadview package, i.e. in tests/ folder at project root. Benoît Bryon 2015-06-12 15:42:50 +0200
  • 618aa78455 Merge branch '97-httpfile-raw' into 98-dev-refresh Benoît Bryon 2015-06-12 11:16:14 +0200
  • f04a4b4cd4 Refs #98 - Starting refresh of development environment. Work in progress. Benoît Bryon 2015-06-12 11:15:39 +0200
  • 047745f084 Refs #97 - HTTPFile proxies decoded file wrapper (was undecoded urllib3 file wrapper). Benoît Bryon 2015-06-11 17:02:18 +0200
  • b2fa7754cc Merge pull request #90 from thedrow/patch-1 Rémy HUBSCHER 2015-06-01 09:05:20 +0100
  • 6a3bb9affb Merge pull request #93 from benoitbryon/91-demo-data-folder Rémy HUBSCHER 2015-06-01 10:04:54 +0200
  • e685f9909d properly compute modified since with StaticFile wrapper Nikhil Benesch 2015-05-29 16:16:05 -0400
  • 9b87f181bf add failing test cases for StaticFile IF_MODIFIED_SINCE handling Nikhil Benesch 2015-05-29 16:15:19 -0400
  • ca9c9b3caf Refs #91 - Makefile creates 'var' folder to store database (was failing to create sqlite file). Benoît Bryon 2015-01-23 14:50:08 +0100
  • 8a6b04c5a4 Fixed broken link. Omer Katz 2014-10-28 17:14:46 +0200
  • 3717696dda Fixed broken link. Omer Katz 2014-10-28 17:14:08 +0200
  • 6ad1ae9704 refs #87 github url changed to githubsecurecontent CJ 2014-06-06 13:37:11 -0400
  • 7d30adb802 refs #87 Spelling issue on Hello CJ 2014-06-06 12:36:18 -0400
  • def8df90ee refs #87 resaving hello-world.txt CJ 2014-06-06 12:30:27 -0400
  • fbb0f30f2a refs #87 quotes for ascii filename to fix doctest CJ 2014-06-06 12:07:12 -0400
  • 3b124f0cdb refs #87 quotes for ascii filename to fix doctest CJ 2014-06-06 11:59:50 -0400
  • d7073be658 refs #87 assert_basename test failing CJ 2014-06-06 11:49:30 -0400
  • 616c822b6c refs #87 Quotes around ascii filename, not utf-8 CJ 2014-06-06 10:37:54 -0400
  • 77166d2969 refs #87 Quotes around ascii filename, not utf-8 CJ 2014-06-06 10:37:04 -0400
  • 1407c0cc4e Tests updated for double quotes around filename CJ 2014-06-06 09:58:37 -0400
  • 7b2d8215e6 Filename surrounded by double quotes. CJ 2014-06-06 09:55:20 -0400
  • 5c262dfa52 Fixed compliance to latest flake8. Benoît Bryon 2014-03-31 16:53:17 +0200
  • 5c92f5ac87 Fixed typo in README. Benoît Bryon 2014-03-31 16:42:35 +0200
  • df6c52b571 Back to development: 1.7 Benoît Bryon 2014-03-03 14:44:17 +0100
  • 7aca2833bd Preparing release 1.6 1.6 Benoît Bryon 2014-03-03 14:43:28 +0100
  • abd6d5daff Reviewed Makefile, development environment and contributor guide. Benoît Bryon 2014-03-03 14:38:33 +0100
  • 8bfbbb36fc Improved documentation around 'DownloadMixin.attachment': how to serve files inline. Closes #80. Benoît Bryon 2014-03-03 11:58:37 +0100