Skip to content

Commit

Permalink
drop support for old django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Pauly committed Feb 12, 2018
1 parent 0cb4d84 commit 12c75a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
from setuptools import setup

install_requires = [
'Django>=1.8,<2.1',
'Django>=1.11,<2.1',
]

tests_require = [
Expand Down

0 comments on commit 12c75a2

Please sign in to comment.