Skip to content

0.5.1

Compare
Choose a tag to compare
@moggers87 moggers87 released this 30 Dec 03:58
v0.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 to django_sendfile
    • This will require changing SENDFILE_BACKEND, INSTALLED_APPS, and
      any imports
  • Remove code used to support Python 2.7
  • Add support for the latest versions of Django and Python