From d93c00e4bd93fa1ec55c3d8db8e4ac43556257d2 Mon Sep 17 00:00:00 2001 From: Adel Qalieh Date: Fri, 7 Oct 2016 00:16:07 -0400 Subject: [PATCH] Upgrade to Django 1.8.15 Cannot upgrade any further without a rehaul of our use of django-templatetag-sugar, which is incompatible with the loader system in Django >1.9. Django 1.8 will continue to have support until April 2018. Deploy date TBD in the far future. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 513b16e6..0114b4f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.8 +Django==1.8.15 django-registration==2.0 django-templatetag-sugar==1.0 django-localflavor==1.2