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

Make it compatible with Django 1.10 #177

Closed sassanh closed 8 years ago

sassanh commented 8 years ago

As mentioned here: https://docs.djangoproject.com/en/dev/releases/1.10/ "The removetags template filter is removed." This patch simply removes removetags from codebase of django_jinja so it works with 1.10 too.

niwinz commented 8 years ago

Merged manually, thanks!