From 51808b8b3094ff16bc1401676d02fe8bc2c7a5fb Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Thu, 7 Sep 2023 10:29:44 +0200 Subject: [PATCH 1/4] Update CHANGELOG.rst --- CHANGELOG.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 715433f8..7515b3a4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,15 +2,16 @@ Changelog ========= -Unreleased -========== +3.1.1 +===== + +* fix: Removed tight django-treebeard restriction added when 4.5.0 contained breaking changes. The core CMS and django-treebeard have since been patched to resolve the issue. 3.1.0 2022-09-01 ================ * Add support for ace editor loaded from static files through djangocms-static-ace * Add dark mode support -* fix: Removed tight django-treebeard restriction added when 4.5.0 contained breaking changes. The core CMS and django-treebeard have since been patched to resolve the issue. 3.0.0 (2020-09-02) ================== From 5a0d937e62a8897bd2691a77206d6341ed8c1e53 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Thu, 7 Sep 2023 10:30:13 +0200 Subject: [PATCH 2/4] Bump version --- djangocms_snippet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangocms_snippet/__init__.py b/djangocms_snippet/__init__.py index 6ac45e44..10f52760 100644 --- a/djangocms_snippet/__init__.py +++ b/djangocms_snippet/__init__.py @@ -1,3 +1,3 @@ -__version__ = '3.1.0' +__version__ = '3.1.1' default_app_config = 'djangocms_snippet.apps.SnippetConfig' From 28b9b81217e8edbc9ed0b355695f20877ac49ce3 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Thu, 7 Sep 2023 10:33:19 +0200 Subject: [PATCH 3/4] Pin treebeard for Django CMS 3.7 tests --- tests/requirements/dj22_cms37.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements/dj22_cms37.txt b/tests/requirements/dj22_cms37.txt index 6b96a102..a09c2b62 100644 --- a/tests/requirements/dj22_cms37.txt +++ b/tests/requirements/dj22_cms37.txt @@ -2,3 +2,4 @@ Django>=2.2,<3.0 django-cms>=3.7,<3.8 +django-treebeard<4.5 From 056c219bb81e607c53136c679585cf8d47454087 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Thu, 7 Sep 2023 10:34:50 +0200 Subject: [PATCH 4/4] Update dj30_cms37.txt --- tests/requirements/dj30_cms37.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements/dj30_cms37.txt b/tests/requirements/dj30_cms37.txt index edcfd450..8f71f477 100644 --- a/tests/requirements/dj30_cms37.txt +++ b/tests/requirements/dj30_cms37.txt @@ -2,3 +2,4 @@ Django>=3.0,<3.1 django-cms>=3.7,<3.8 +django-treebeard<4.5