diff options
author | Sean Dague <sdague@linux.vnet.ibm.com> | 2013-02-26 15:29:52 -0500 |
---|---|---|
committer | Sean Dague <sdague@linux.vnet.ibm.com> | 2013-02-26 15:32:09 -0500 |
commit | 0d53dc7063003fa7f02c030fd1631e0cd553d22a (patch) | |
tree | 5c7e21f30172f7b1463b5df410447e454177a7b3 /tools | |
parent | 7d13abc477b000b4908877780032c87a98876b94 (diff) | |
download | horizon-0d53dc7063003fa7f02c030fd1631e0cd553d22a.tar.gz |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index b10fdf9a8..9ae974922 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,5 +1,5 @@ # Horizon Core Requirements -Django>=1.4 +Django>=1.4,<1.5 django_compressor django_openstack_auth>=1.0.3 netaddr |