Bumping Horizon Django dependency to v1.4 for Folsom.

Horizon is moving to Django 1.4 as the minimum version, however
1.4 is not the packaged version in the apt repositories. Thereby
the dependency needs to be moved back to being installed by pip.

Change-Id: I3c3116c1d02bdfaccab521175816502fd8ea054a
This commit is contained in:
Gabriel Hurley 2012-04-12 11:35:07 -07:00
parent 3db875c21e
commit 9ac2aa4618
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@ python-mox
python-kombu
python-coverage
python-cherrypy3 # why?
python-django
python-django-mailer
python-django-nose
python-django-registration

View File

@ -1,3 +1,4 @@
django>=1.4
django-mailer # dist:f16
django-nose # dist:f16
django-nose-selenium