You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
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?