From 7e771dfc6730c5b9cf3bbad09d91674d08822528 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Fri, 20 May 2016 04:23:01 +0900 Subject: [PATCH] Bump django-babel minimal requirement to 0.5.1 django-babel 0.5.1 adds Django blocktrans 'trimmed' option support and it is required to fix horizon bug 1583757. upper-constraints already uses django-babel 0.5.1, so there is no need to update it. Related-Bug: #1583757 Change-Id: I534895be0d5f4bf0429b1511ee5421991386c873 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index a0e4941ba9..a1a5299da4 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -31,7 +31,7 @@ decorator>=3.4.0 # BSD dib-utils # Apache-2.0 diskimage-builder>=1.1.2,!=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0 Django>=1.8,<1.9 # BSD -django-babel>=0.4.0 # BSD +django-babel>=0.5.1 # BSD django_compressor>=2.0 # MIT django-formtools # BSD django_openstack_auth>=2.2.0 # Apache-2.0