Skip to content

Commit 5462bb9

Browse files
authored
Pin Django CMS version < 4 (#198)
1 parent e3b2843 commit 5462bb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changes/197.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin Django CMS version < 4

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers =
3030
[options]
3131
include_package_data = True
3232
install_requires =
33-
django-cms>=3.7
33+
django-cms>=3.7,<4.0
3434
django-meta>=2.4.0
3535
django-filer>=3.0
3636
setup_requires =

0 commit comments

Comments
 (0)