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

Upgrade to jinja2-3.0.0 #279

Closed tomhamiltonstubber closed 3 years ago

tomhamiltonstubber commented 3 years ago

Upgrading to the new version of Jinja2:

https://github.com/pallets/jinja/blob/main/CHANGES.rst#version-300

This passed tests:

https://travis-ci.org/github/niwinz/django-jinja/builds/771395960

auvipy commented 3 years ago

thanks. any other changes needed?

tomhamiltonstubber commented 3 years ago

Mmmm we have a very large project and these are the changes that affected us, but I can't be sure.

Looking through the changes, I can't see anything.

tomhamiltonstubber commented 3 years ago

Hey can we get a release of this? Cheers

wizpig64 commented 3 years ago

I looked through jinja's changes as well, tom's patch looks sufficient and works for my project.