Raise Cap on Django Version

Raising the cap on the Django version to move us to the next LTS,
i.e Django2.2. Djano2.2 support is already added in horizon and
all its plugins[1]. For more information please refer [2].

[1] https://review.opendev.org/#/q/topic:django22+(status:open+OR+status:merged)
[2] http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011380.html

Change-Id: Id8081b27ed271a3b2151104aa83ce54714757f0d
This commit is contained in:
manchandavishal
2019-12-05 09:35:28 +00:00
parent 62f683b1cf
commit 024ae69dfd

View File

@@ -512,8 +512,8 @@ oslo.rootwrap===5.17.0
Django===1.11.26;python_version=='2.7'
Django===2.0.13;python_version=='3.4'
Django===2.0.13;python_version=='3.5'
Django===2.0.13;python_version=='3.6'
Django===2.0.13;python_version=='3.7'
Django===2.2;python_version=='3.6'
Django===2.2;python_version=='3.7'
pexpect===4.7.0
cmd2===0.8.9
redis===3.3.11