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
This commit is contained in:
Monsyne Dragon 2015-04-08 19:00:06 +00:00
parent 3abc36d02c
commit 359e1b91ae
1 changed files with 1 additions and 1 deletions

View File

@ -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