Skip to content

Django Let's Encrypt - 2.0.0

Compare
Choose a tag to compare
@urda urda released this 10 Apr 07:24
· 104 commits to master since this release
v2.0.0
e8e73f5

This is a production-ready release of django-letsencrypt.
Please refer to the README of the project to get started.

v2.0.0

  • Breaking Changes
    • Django 1.9 support has been dropped. There will be no further updates
      to fix any issues that may arise from using django-letsencrypt with
      1.9.
  • Internal Changes
    • django-letsencrypt now supports Django 1.11.
    • Updated builds to use the latest 1.8, 1.10 releases.
    • Bumped to the latest pytz, version 2017.2.
    • Updated setup.py marking any Django 1.9 releases as incompatible.
    • Removed Python nightly from Travis builds and testing.
    • Removed squashed migrations from the project. PLEASE NOTE: If you
      are on an older v1.x release of this project, please make sure to
      UPGRADE to v1.1.1 and migrate your database. Failure to do so
      will cause a lot of problems, since this release only has the single
      migration file.