I'm looking at moving one of my projects from coffin to django-jinja because that project has already hooked into the new 1.8 multiple template engine support. But reading through the docs I came across this:
""" django-jinja does not works properly with django’s TemplateResponse class, widely used by generic views. My recommendations is subclass the TemplateResponseMixin and overwrite the render_to_response function. """ I almost entirely use the class based views in my project. Does anyone know what this note is about? What's the conflict and why doesn't it work? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAD4ANxX4uVKVz9NAVnuzyc99h6x64qwSqPsvmsYSFh5s161Ggw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

