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

Compatibility with Django 3.0. #237

Closed Dmitri-Sintsov closed 4 years ago

Dmitri-Sintsov commented 5 years ago

The changes remove the django.utils.six dependency which does not exist in Django 3.0.

Let's hope new version can be released at pypi.

Naddiseo commented 5 years ago

I wonder if it would be better to release a django-jinja 3.x with python 2 compat removed?

Dmitri-Sintsov commented 5 years ago

I do not know what's better. The changes are small, so these probably do not justify the major version roll up. It also works with current Django 2.2 LTS. But as you wish - pypi release would be preferable because many projects will use Django 3.0 soon.

clintonb commented 4 years ago

@niwinz any plans to review and merge this? We need this fixed to support Django 3.0 for django-waffle. See https://github.com/django-waffle/django-waffle/pull/355 or https://github.com/django-waffle/django-waffle/pull/357.

tomhamiltonstubber commented 4 years ago

Folks can this please be merged? This is holding our upgrade to Django3 up.

niwinz commented 4 years ago

Thank you all very much, sorry for the silence. I don't have time to maintain this so i stepping down (more info on #240 )

tomhamiltonstubber commented 4 years ago

Thanks for merging :smile: If we could get a release now that would be stellar!