pin django to 1.4.x stream
django 1.5 just released in the last hour, and there is a compatibility issue with it and horizon causing gate failures. Pin this so that we can get back to business and let the horizon team address django 1.5 when it makes sense to them. Change-Id: I6ddf9623f8a4719b1cb82b118c1876373051fd28
This commit is contained in:
parent
7d13abc477
commit
0d53dc7063
@ -1,5 +1,5 @@
|
||||
# Horizon Core Requirements
|
||||
Django>=1.4
|
||||
Django>=1.4,<1.5
|
||||
django_compressor
|
||||
django_openstack_auth>=1.0.3
|
||||
netaddr
|
||||
|
Loading…
x
Reference in New Issue
Block a user