Skip to content

Commit 40602ba

Browse files
Aiky30fsbraun
andcommitted
fix: django-cms 3.x - Remove breaking django-treebeard pinning issue (#94)
* Removed pinning. * Update setup.py --------- Co-authored-by: Fabian Braun <fsbraun@gmx.de>
1 parent 1402265 commit 40602ba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Changelog
33
=========
44

5-
6-
==========
75
Unreleased
86
==========
97

@@ -68,6 +66,7 @@ Unreleased
6866

6967
* Add support for ace editor loaded from static files through djangocms-static-ace
7068
* Add dark mode support
69+
* 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.
7170

7271
3.0.0 (2020-09-02)
7372
==================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
REQUIREMENTS = [
13-
'django-cms',
13+
'django-cms>=3.11',
1414
'django-treebeard>=4.3',
1515
]
1616

0 commit comments

Comments
 (0)