Skip to content

Commit

Permalink
django-canonical-domain 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Apr 19, 2022
1 parent 9ca42b4 commit c9bc80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~

- Added the requirement that ``canonical_domain`` be added to
``INSTALLED_APPS`` because otherwise the system checks wouldn't run at all.
- Added deploy checks which verify that ``SECURE_SSL_HOST`` and
``SECURE_SSL_REDIRECT`` have been set.

Expand Down
2 changes: 1 addition & 1 deletion canonical_domain/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 9, 1)
VERSION = (0, 9, 2)
__version__ = ".".join(map(str, VERSION))

0 comments on commit c9bc80e

Please sign in to comment.