Rémy HUBSCHER
|
711b2e50b5
|
Run pre-commit on all files
|
2024-08-05 10:53:19 +02:00 |
|
Peter Marheine
|
60c1839bf5
|
Replace use of pkg_resources (setuptools)
Since Python 3.12, setuptools isn't included with Python
and importlib is the recommended replacement, available
since Python 3.8.
|
2024-07-31 11:41:25 +00:00 |
|
Rémy HUBSCHER
|
56e419bfc7
|
Add isort config.
|
2020-01-07 15:51:55 +01:00 |
|
Rémy HUBSCHER
|
6c7c8d9a60
|
Add isort support.
|
2020-01-07 15:19:22 +01:00 |
|
Rémy HUBSCHER
|
b094ed6cec
|
Add black support.
|
2020-01-07 15:12:51 +01:00 |
|
Rémy HUBSCHER
|
b893e52eba
|
Remove support for Python 2.7
|
2020-01-07 15:01:26 +01:00 |
|
Benoît Bryon
|
4c3787b2a0
|
Refs #25 - Added unit tests about API and deprecated settings.
|
2013-10-29 09:25:48 +01:00 |
|
Benoît Bryon
|
f34deba503
|
Moved API imports from django_downloadview's __init__.py to api.py.
|
2013-10-21 14:54:57 +02:00 |
|
Benoît Bryon
|
588b1b0a6e
|
Introduced DownloadDispatcherMiddleware and settings.DOWNLOADVIEW_MIDDLEWARES. Deprecated most options for former global XAccelRedirectMiddleware. Splitted nginx module into a package. Introduced BaseDownloadMiddleware.
|
2013-10-04 18:11:16 +02:00 |
|
Benoît Bryon
|
060233abc5
|
Refs #23 - Implemented VirtualDownloadView and VirtualFile for basic support of in-memory (StringIO) or other generated files.
|
2013-02-06 20:11:42 +01:00 |
|
Benoît Bryon
|
58cf4bac7d
|
Removed deprecated DownloadView. Replaced by PathDownloadView and StorageDownloadView.
|
2013-02-06 19:15:00 +01:00 |
|
Benoît Bryon
|
4f29852ddb
|
Reviewed documentation. Preparing first public release.
|
2012-12-04 11:47:37 +01:00 |
|
Benoit Bryon
|
a45c79552e
|
Introduced ObjectDownloadView. UNSTABLE. Work in progress.
|
2012-08-27 17:05:24 +02:00 |
|
Benoit Bryon
|
536728bc0a
|
Introduced DownloadView. Introduced demo project, used to develop and test the library. Work in progress.
|
2012-08-27 15:57:47 +02:00 |
|
Benoit Bryon
|
f9bdd8fca7
|
Introduced project's placeholders. Work in progress.
|
2012-08-27 12:00:17 +02:00 |
|