Skip to content

Django Let's Encrypt - 1.1.0

Compare
Choose a tag to compare
@urda urda released this 14 Feb 09:32
· 132 commits to master since this release
v1.1.0
782bd2b

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

Do note: this release has a squashed migration so please be sure to upgrade your installations to this version! The 2.x release will NOT have the old migrations and will ONLY have the squashed migration for official MySQL support.

v1.1.0

  • Project Changes
    • Admin ordering for the Django admin page is now down by challenge
    • Removed created_ts and updated_ts from model
    • Switched challenge and response from TextField to CharField
  • Internal Changes
    • Added testing for detail view for ACME objects
    • Removed migrations.py thanks to existing example_project's manage.py