Skip to content

Commit

Permalink
Adjust requirements to allow use with Django3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeburden committed Dec 29, 2019
1 parent 0fb9c0f commit 2f34241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Contributors
| `John Lynn <http://github.com/jlynn>`_
| `Dylan Verheul <http://github.com/dyve>`_
| `Grant McConnaughey <http://github.com/grantmcconnaughey>`_
| `Luke Burden <http://github.com/lukeburden>`_
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


install_requires = (
'Django>=1.11,<2.3',
'Django>=1.11,<4',
)


Expand Down

0 comments on commit 2f34241

Please sign in to comment.