Skip to content

Commit

Permalink
Unpin django-treebeard - allow all up to 5.0
Browse files Browse the repository at this point in the history
Fixes #6820. Migration issue has been fixed in 4.5.1, so just exclude 4.5
  • Loading branch information
gasman committed Mar 4, 2021
1 parent 92bd561 commit 68e9d49
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 @@ -23,7 +23,7 @@
"Django>=2.2,<3.2",
"django-modelcluster>=5.1,<6.0",
"django-taggit>=1.0,<2.0",
"django-treebeard>=4.2.0,<4.5",
"django-treebeard>=4.2.0,<5.0,!=4.5",
"djangorestframework>=3.11.1,<4.0",
"django-filter>=2.2,<3.0",
"draftjs_exporter>=2.1.5,<3.0",
Expand Down

0 comments on commit 68e9d49

Please sign in to comment.