api: Pin django to <3.0

Django released 3.0 and we're not quite ready yet to support it.
Pin it for now.

Change-Id: I305f29410baad20bd3f8913150289797f1ba98ef
This commit is contained in:
David Moreau Simard 2019-12-03 13:49:27 -05:00
parent 953ad175dd
commit 038d2494d9
No known key found for this signature in database
GPG Key ID: 938880DAFC753E80
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ sphinx-rtd-theme
sphinxcontrib-programoutput
# For programoutput, we need to include server extra dependencies from setup.cfg
Django>=2.1.5
Django>=2.1.5,<3.0
djangorestframework>=3.9.1
django-cors-headers
django-filter

View File

@ -35,7 +35,7 @@ console_scripts =
[extras]
server=
Django>=2.1.5
Django>=2.1.5,<3.0
djangorestframework>=3.9.1
django-cors-headers
django-filter