Skip to content

Commit

Permalink
fix: Cap django requirement at <4
Browse files Browse the repository at this point in the history
fixes issue #7179
  • Loading branch information
marksweb committed Jan 14, 2022
1 parent 272d62c commit e37b36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@


REQUIREMENTS = [
'Django>=2.2',
'Django>=2.2,<4',
'django-classy-tags>=0.7.2',
'django-formtools>=2.1',
'django-treebeard>=4.3',
Expand Down

0 comments on commit e37b36e

Please sign in to comment.