From 1039878100360abee2a7e676a12cec450947f988 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Fri, 4 Jan 2019 17:01:42 +0100 Subject: [PATCH] Updated Django dependency to 2.1.5 This is needed so that https://github.com/django/django/commit/e1721ece485b35ab5543f134203a8a8ce9f31a7c#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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fdc25a3..489e6dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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