From 374dea1e3a3518326ef1a34c2ba90673b40ecaba Mon Sep 17 00:00:00 2001 From: "bogdan.virtosu" Date: Thu, 14 Jan 2016 15:23:09 +0200 Subject: [PATCH] Pin django-sekizai to last working version. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ad90c82..f96f578 100755 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ 'django-dbtemplates>=1.4.1pbs, <1.5', 'python-graph-core', 'django-admin-extend', + 'django-sekizai>=0.6.1,<0.9.0', ]