Updated Django dependency to 2.1.5

This is needed so that
e1721ece48 (diff-f6d1c75ec606389da5af6558bf57f171)
is included and saves us from having compat code in https://review.openstack.org/#/c/617112/1

This is also a good idea in preparation of the Django 2.2 release which
will be LTS and probably the version ARA should target.

Change-Id: I36d74c6c0a0165dd1ceaf695185809af5d6da18e
This commit is contained in:
Florian Apolloner 2019-01-04 17:01:42 +01:00
parent 526ce375d4
commit 1039878100
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Django>=2
Django>=2.1.5
djangorestframework
django-cors-headers
django-filter