Skip to content

Commit a4f3698

Browse files
Aiky30fsbraun
andauthored
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 7e38c2e commit a4f3698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
Changelog
33
=========
44

5-
unreleased
5+
Unreleased
66
==========
77

88
3.1.0 2022-09-01
99
================
1010

1111
* Add support for ace editor loaded from static files through djangocms-static-ace
1212
* Add dark mode support
13+
* 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.
1314

1415
3.0.0 (2020-09-02)
1516
==================

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
REQUIREMENTS = [
1010
'django-cms>=3.7',
11-
'django-treebeard>=4.3,<4.5',
1211
]
1312

1413
EXTRA_REQUIREMENTS = {

0 commit comments

Comments
 (0)