Skip to content

Commit 42d3691

Browse files
authored
Update setup.py to pin django-cms < 4
1 parent ec6179c commit 42d3691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

66

77
REQUIREMENTS = [
8-
'django-cms>=3.7',
8+
'django-cms>=3.7,<4',
99
'django-filer>=1.7',
1010
'djangocms-attributes-field>=1',
1111
'djangocms-text-ckeditor>=3.1.0',

0 commit comments

Comments
 (0)