From 577f30d5b7fa0b4e003daa74aa8f202f3c767e5f Mon Sep 17 00:00:00 2001 From: Greg McGuire Date: Thu, 7 Mar 2013 15:40:19 -0500 Subject: [PATCH] CompressorNode call as documented requires django-sekizai 0.6+ --- compressor/contrib/sekizai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compressor/contrib/sekizai.py b/compressor/contrib/sekizai.py index 57ced6b..7d5ac19 100644 --- a/compressor/contrib/sekizai.py +++ b/compressor/contrib/sekizai.py @@ -3,7 +3,7 @@ Get django-sekizai, django-compessor (and django-cms) playing nicely together re: https://github.com/ojii/django-sekizai/issues/4 using: https://github.com/jezdez/django_compressor.git - and: https://github.com/ojii/django-sekizai.git@0.5 + and: https://github.com/ojii/django-sekizai.git@0.6 or later """ from compressor.templatetags.compress import CompressorNode from django.template.base import Template