Skip to content

Commit 97654bd

Browse files
authored
Pinned django-treebeard below 4.5 for tests due to introduced breaking changes (django-cms#6979)
1 parent 7c4a119 commit 97654bd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Unreleased
1010
* Remove debug print from apphook_reload
1111
* Enforce use of coverage > 4 for python 3.8 support
1212
* Fixed 66622 bad Title.path in multilingual sites when parent slug is created or modified
13+
* Temporarily pinned django-treebeard to < 4.5, this avoids breaking changes introduced
1314

1415
3.8.0 (2020-10-28)
1516
==================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'Django>=2.2',
1010
'django-classy-tags>=0.7.2',
1111
'django-formtools>=2.1',
12-
'django-treebeard>=4.3',
12+
'django-treebeard>=4.3,<4.5',
1313
'django-sekizai>=0.7',
1414
'djangocms-admin-style>=1.2',
1515
]

test_requirements/requirements_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage>=4
22
python-coveralls>2.5.0
33
unittest-xml-reporting==1.11.0
44
Pillow==5.2.0
5-
django-treebeard>=4.3
5+
django-treebeard>=4.3,<4.5
66
argparse
77
dj-database-url
88
djangocms-admin-style>=1.5

0 commit comments

Comments
 (0)