Releases: moggers87/django-sendfile2
Releases · moggers87/django-sendfile2
v0.7.0
v0.6.1
v0.6.0
This release contains a fix for GHSA-6r3c-8xf3-ggrr. Thanks to Gianluca Pacchiella for reporting this issue and for providing the initial patch.
- Fixed issue where django-sendfile could serve any file, even if it was
outsideSENDFILE_ROOT
.SEDNFILE_ROOT
is now required for all
backends.
0.5.1
- Fix issue with versioneer not being updated about the package name change
- tox now does a proper sdist and install to avoid this in future
The following is from version 0.5.0 which was tagged but not released:
- Rename Python package from
sendfile
todjango_sendfile
- This will require changing
SENDFILE_BACKEND
,INSTALLED_APPS
, and
any imports
- This will require changing
- Remove code used to support Python 2.7
- Add support for the latest versions of Django and Python