From 21f04176037a9afc99830ced5b42b70482cc4006 Mon Sep 17 00:00:00 2001 From: Oliver Galloway-Lunn Date: Tue, 27 May 2014 11:30:51 +0100 Subject: [PATCH] [#522] Upgraded to Django 1.4.13 to plug recently identified security vulnerabilities. See https://www.djangoproject.com/weblog/2014/apr/21/security/ for further details. --- scripts/deployment/pip/requirements/2_rsr.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/deployment/pip/requirements/2_rsr.txt b/scripts/deployment/pip/requirements/2_rsr.txt index e10e265062..1eb0ea3db1 100644 --- a/scripts/deployment/pip/requirements/2_rsr.txt +++ b/scripts/deployment/pip/requirements/2_rsr.txt @@ -1,5 +1,5 @@ # Django -Django==1.4.2 +Django==1.4.13 # Django apps django-filter==0.6 @@ -21,7 +21,6 @@ djangorestframework==2.3.10 -e git://github.com/lukeman/django-sorting.git@d3456924ff2140c2a3466a2dd9d674486500393e#egg=django-sorting -e git://github.com/carlio/djangoembed.git@cc655adb61d3deafe8bedf14ad34a7b7712acdef#egg=djangoembed -e git://github.com/toastdriven/django-tastypie.git@2b13147715347d8239bbe73943be0eae65c8a43b#egg=django_tastypie-dev - # Akvonaut apps -e git://github.com/peeb/django-mollie-ideal.git#egg=mollie