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:
parent
3abc36d02c
commit
359e1b91ae
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user