Skip to content

Commit

Permalink
Merge pull request #64 from nnsnodnb/support-django-5.0
Browse files Browse the repository at this point in the history
Support Django 5.0
  • Loading branch information
fjsj committed Feb 7, 2024
2 parents 196c60b + 75a75c2 commit 128c190
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 @@ -47,7 +47,7 @@ def get_version(*file_paths):
],
include_package_data=True,
install_requires=[
"Django>=1.11,<5"
"Django>=1.11,<6"
],
license="MIT",
zip_safe=False,
Expand Down

0 comments on commit 128c190

Please sign in to comment.