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:
Sean Dague 2013-02-26 15:29:52 -05:00
parent 7d13abc477
commit 0d53dc7063
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Horizon Core Requirements
Django>=1.4
Django>=1.4,<1.5
django_compressor
django_openstack_auth>=1.0.3
netaddr