Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Mar 15, 2016
Commits on Mar 14, 2016
- committed
HTTPFile has 'content_type' property. Allows HTTPDownloadView to proxy Content-Type header. Refs jazzband#116
committed- committed
- committed
- committed
- committed
- committed
Commits on Jul 20, 2015
- committed
Pass numeric timestamp to Django's was_modified_since() (was receiving datetime). Thanks @benesch and @zerc.
committed- committed
- committed
- committed
PathDownloadView.get_file() makes a single call to PathDownloadView.get_path() (was doing it twice). Thanks @rleonhardt. Closes jazzband#103
committed
Commits on Jun 24, 2015
Commits on Jun 12, 2015
- committed
- committed
- committed
Filenames with commas are now supported. In download responses, filename is now surrounded by double quotes. Closes jazzband#87
committed- committed
- committed
Refreshed development environment. Added tests around Python 3.4 and Django 1.8. Fixed content proxied by HTTPFile. Closes jazzband#97, closes jazzband#98, closes jazzband#99.
committed- committed
- committed
- committed
- committed
- committed
Refs jazzband#97 - Splitted StringIteratorIO into TextIteratorIO and BytesIteratorIO. StringIteratorIO remains for backward compatibility.
committedRefs jazzband#98 - Moved tests outside django-downloadview package, i.e. in tests/ folder at project root.
committed- committed
- committed