diff --git a/constance/__init__.py b/constance/__init__.py index 75bd0548..42f37487 100644 --- a/constance/__init__.py +++ b/constance/__init__.py @@ -1,7 +1,7 @@ from django.utils.functional import LazyObject from . import checks -__version__ = '2.6.0' +__version__ = '2.7.0' default_app_config = 'constance.apps.ConstanceConfig' diff --git a/docs/changes.rst b/docs/changes.rst index 480ce51b..09d1d16a 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,11 +1,52 @@ Changelog --------- +v2.7.0 (2020/06/22) +~~~~~~~~~~~~~~~~~~~ + +* Deleted south migrations + +* Improve grammar of documentation index file + +* Simplify documentation installation section + +* Fix IntegrityError after 2.5.0 release + (Allow concurrent calls to `DatabaseBackend.set()` method) + +* Make groups of fieldsets collapsable + +* Allow override_config for pytest + +* Put back wheel generation in travis + +* Fix wrong "is modified" in admin for multi line strings + +* Switch md5 to sha256 + +* Fix Attempts to change config values fail silently and + appear to succeed when user does not have change permissions + +* Make constance app verbose name translatable + +* Update example project for Django>2 + +* Add anchors in admin for constance settings + +* Added a sticky footer in django constance admin + +* Add memory backend + +* Added Ukrainian locale + +* Added lazy checks for pytest + v2.6.0 (2020/01/29) ~~~~~~~~~~~~~~~~~~~ * Drop support py<3.5 django<2.2 + * Set pickle protocol version for the Redis backend + * Add a command to delete stale records v2.5.0 (2019/12/23) @@ -324,4 +365,4 @@ v0.5 (2013/03/02) * Added ``CONSTANCE_DATABASE_PREFIX`` setting allow setting a key prefix. -* Switched test runner to use django-nose. +* Switched test runner to use django-nose. \ No newline at end of file