Skip to content

Commit

Permalink
chore: Don't restrict django 4
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jan 24, 2024
1 parent 723ed79 commit 7276928
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 @@ -4,7 +4,7 @@


INSTALL_REQUIREMENTS = [
"Django>=2.2,<4.0",
"Django>=2.2",
"django-cms",
"django-sekizai>=0.7",
"django-admin-sortable2>=0.6.4",
Expand Down

0 comments on commit 7276928

Please sign in to comment.