niwinz / django-jinja

Simple and nonobstructive jinja2 integration with Django.
http://niwinz.github.io/django-jinja/latest/
BSD 3-Clause "New" or "Revised" License
363 stars 102 forks source link

Jinja extension for (Single|Multiple)ObjectTemplateResponseMixin subclasses #118

Closed sbutler closed 9 years ago

sbutler commented 9 years ago

Support for adding the Jinja template backend match extension to the result of get_template_names() for the various Django provided view classes.

sbutler commented 9 years ago

It looks like all those tests are failing because of a missing pytz install. I thought I did that right in setup.py. Did I miss something?

sbutler commented 9 years ago

n/m, I figured it out!

niwinz commented 9 years ago

Really awesome work! I'll review it tomorrow and merge it!

Thank you very much for your efforts.

niwinz commented 9 years ago

Would be awesome have some documentation for it!! :P

sbutler commented 9 years ago

If it's not one thing it's another ;)

I can update the documentation. Is there a release date you're targeting?

niwinz commented 9 years ago

Just do it in master branch. Thanks