From 359e1b91ae22cbfe69bc520ae26e1882f1d8bc01 Mon Sep 17 00:00:00 2001 From: Monsyne Dragon Date: Wed, 8 Apr 2015 19:00:06 +0000 Subject: [PATCH] Bump Django version to avoid memory leak Django 1.5 has a memory leak (as mentioned in the 1.5.1 release notes: https://www.djangoproject.com/weblog/2013/mar/28/django-151/ ) Bump django requirement to >= 1.5.1 to avoid blowing out memory on stacktach worker processes. Change-Id: If05e05f0c12083bbdc624f1be1461509b10f5011 --- etc/pip-requires.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pip-requires.txt b/etc/pip-requires.txt index 1653a0d..2e40f82 100644 --- a/etc/pip-requires.txt +++ b/etc/pip-requires.txt @@ -1,4 +1,4 @@ -Django>=1.4.2, <1.6.0 +Django>=1.5.1, <1.6.0 MySQL-python>=1.2.3 eventlet>=0.9.17 kombu>=3.0.23