Skip to content

Commit

Permalink
Update setup.py to pin django-cms < 4
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Mar 2, 2024
1 parent ec6179c commit 42d3691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


REQUIREMENTS = [
'django-cms>=3.7',
'django-cms>=3.7,<4',
'django-filer>=1.7',
'djangocms-attributes-field>=1',
'djangocms-text-ckeditor>=3.1.0',
Expand Down

0 comments on commit 42d3691

Please sign in to comment.