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 3.1 is supported #262

Closed enricobarzetti closed 4 years ago

enricobarzetti commented 4 years ago

The latest commit on master (https://github.com/niwinz/django-jinja/commit/7d08e5d5d7cad5c00b65fd7c4b4f095f209a4162) fixes an import issue for Django 3.1, but the setup.py file still says the install requirement is "django >=1.11, <3.1". This means dependency resolvers are incorrectly failing.

tomhamiltonstubber commented 4 years ago

Please can we get a release :pray: