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

Django 1.8 bytecode cache #127

Closed kazmiruk closed 9 years ago

kazmiruk commented 9 years ago

This PR adds initialization of bytecode cache for django 1.8 by calling initialize method from backend (maybe I misunderstood architecture, but I couldn't force it to run without such changes). Also I fix a little typo and add django 1.8+ compatibility for cache backend (get_cache is deprecated since version 1.8).

kazmiruk commented 9 years ago

Also I changed links to documentation and travis from niwibe to niwinz, because it could be a little difficult for users to find documentation. Could you change website in description too?

niwinz commented 9 years ago

Thanks! I will fix the rest of the links in 5 min ;)