Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 903be6f

Browse files
authored
fix: django-cms 4.0.x - Remove breaking django-treebeard pinning issue (#93)
1 parent 20e5ca6 commit 903be6f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Changelog
44

55
Unreleased
66
==========
7+
* 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.
78

89

910
4.0.0.dev1 (2021-12-14)
10-
==================
11+
=======================
1112

1213
* feat: Exposed the setting DJANGOCMS_SNIPPET_VERSIONING_MIGRATION_USER_ID as an environment variable for the Divio addon
1314
* fix: Error when rendering a Draft Snippet plugin on a Published page

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
REQUIREMENTS = [
88
'django-cms',
9-
'django-treebeard>=4.3,<4.5',
9+
'django-treebeard>=4.3',
1010
]
1111

1212

0 commit comments

Comments
 (0)