From 2bcdd1017eec3bd1104fc07c6267f93f6699088c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 19 May 2014 19:55:40 -0400 Subject: [PATCH] Update django-mptt version used --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 8745f3207d..625abcc2cc 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,7 +6,7 @@ Django==1.4.13 django-pagination==1.0.7 django-compressor==1.1.1 django-taggit==0.9.3 --e git+https://github.com/django-mptt/django-mptt.git@0af02a95877041b2fd6d458bd95413dc1666c321#egg=django-mptt +django-mptt==0.6.0 -e git+https://github.com/rosarior/django-sendfile.git#egg=django-sendfile djangorestframework==2.3.13