Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 8fcf8cd

Browse files
committed
There is an incompatibility between django-cms < 3.8 and django-treebeard 4.5.1, see https://stackoverflow.com/questions/66776994/
1 parent 0246c14 commit 8fcf8cd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ social-auth-core[openidconnect]
2121
markdown2
2222

2323
# 3.7 DjangoCMS LTS release
24+
# Please note that django-cms relies on django-treebeard and version 4.5.1 of
25+
# that package is incompatible: https://stackoverflow.com/questions/66776994/
2426
django-cms<3.8
27+
django-treebeard<4.5.1
2528
djangocms-admin-style
2629
djangocms-text-ckeditor
2730
django-filer

requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
anglicize==0.0.3
88
# via -r requirements.in
9+
appnope==0.1.2
10+
# via ipython
911
backcall==0.2.0
1012
# via ipython
1113
cairocffi==1.2.0
@@ -89,8 +91,10 @@ django-taggit==1.3.0
8991
# via
9092
# -r requirements.in
9193
# django-taggit-labels
92-
django-treebeard==4.5.1
93-
# via django-cms
94+
django-treebeard==4.4
95+
# via
96+
# -r requirements.in
97+
# django-cms
9498
django==2.2.19
9599
# via
96100
# -r requirements.in

0 commit comments

Comments
 (0)