From d6d04810f2e545451b94ddc64b1109fa6f0e908d Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Wed, 10 Jun 2020 20:26:39 +0300 Subject: [PATCH 1/4] Bump version --- constance/__init__.py | 2 +- docs/changes.rst | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) 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..f49263c3 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,11 +1,46 @@ Changelog --------- +v2.7.0 (2020/06/11) +~~~~~~~~~~~~~~~~~~~ + +* Delete 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 + 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) From c57cb94b99e21c9c6f1c20d8fa3ab3ee2395539a Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Wed, 10 Jun 2020 20:52:31 +0300 Subject: [PATCH 2/4] Update changelog --- docs/changes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index f49263c3..46432ff5 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -34,6 +34,8 @@ v2.7.0 (2020/06/11) * Added a sticky footer in django constance admin +* Add memory backend + v2.6.0 (2020/01/29) ~~~~~~~~~~~~~~~~~~~ From 9977f21393228b5de19d442b3d063f9eb99eda15 Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Wed, 10 Jun 2020 20:53:04 +0300 Subject: [PATCH 3/4] Switch day for releas --- docs/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 46432ff5..821db105 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,7 +1,7 @@ Changelog --------- -v2.7.0 (2020/06/11) +v2.7.0 (2020/06/10) ~~~~~~~~~~~~~~~~~~~ * Delete south migrations From 2d0046f08f8697f574bc6420aa9809dc3c114e2e Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Tue, 16 Jun 2020 11:01:36 +0300 Subject: [PATCH 4/4] Update date --- docs/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 821db105..ff20b333 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,7 +1,7 @@ Changelog --------- -v2.7.0 (2020/06/10) +v2.7.0 (2020/06/16) ~~~~~~~~~~~~~~~~~~~ * Delete south migrations