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

v2.8.0 #280

Closed wizpig64 closed 3 years ago

wizpig64 commented 3 years ago

jinja2 has recently released version 3, and thanks to @tomhamiltonstubber's patch, django-jinja now works with it.

Since this is a major version bump for jinja2 (and these changes drop version 2.11 support), I figured I would increment to 2.8.0. I also took the opportunity to fully drop Python 3.5, which is no longer receiving security updates.

Version 2.8.0

wizpig64 commented 3 years ago

@auvipy if this PR meets your approval, would you mind building it for pypi?