Skip to content

Commit

Permalink
Updating setup.py to show correct supported Django version. Closes #857
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Jan 22, 2021
1 parent 4765d97 commit a79a856
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 @@ -35,7 +35,7 @@ def read(filepath):
"reversion": ["locale/*/LC_MESSAGES/django.*", "templates/reversion/*.html"]},
cmdclass=cmdclass,
install_requires=[
"django>=1.11",
"django>=2.0",
],
python_requires='>=3.6',
classifiers=[
Expand Down

0 comments on commit a79a856

Please sign in to comment.