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 2.0 #219

Closed Alphare closed 6 years ago

Alphare commented 6 years ago

I noticed that Django 2.0 is not in the Travis matrix. I'm not sure if changing the .travis.yaml file is enough, so I have not done a pull-request.

auvipy commented 6 years ago

that could be the starting point to see what fails actually

niwinz commented 6 years ago

Im just starting a new project right now using django2.0 so i will check if it works as expected and fix the issues if there any :D

Alphare commented 6 years ago

Although it is not the same as all tests passing, my current project is using Django 2.0.3 and works fine. :)

niwinz commented 6 years ago

Now all tests passes, and travis matrix tests is improved.