From d0d0fec36d714af70af473001208016927c3edf4 Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Wed, 7 Oct 2015 12:32:32 +0100 Subject: [PATCH] Bump minimum django-babel version django-babel 0.4.0 provides compatibility for Django 1.8, which we support in Horizon. We'll be moving to Django 1.8 as a minimum this cycle, so we need django-babel to guarantee support. Change-Id: Icfc156fe46c5f42211b5c17abc656935e8391b4c --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 723adc6585..b057450c7d 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -28,7 +28,7 @@ decorator>=3.4.0 dib-utils # Apache-2.0 diskimage-builder>=0.1.20 Django>=1.7,<1.9 -django-babel>=0.3.4 +django-babel>=0.4.0 django-bootstrap-form django_compressor>=1.4 django-formtools