jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Django 1.10 support via our tox #279

Closed adrienbrunet closed 7 years ago

adrienbrunet commented 7 years ago

It seems django-angular works more or less with Django 1.10 (I haven't really tested it entirely).

However, if we have django 1.10 in our tox config, we have a huge load of failing tests.

We could drop support for django 1.7 and fully support django1.10, it should be easier to be 1.11 compatible next year. =)

jrief commented 7 years ago

Yes, dropping support for 1.7 is a good idea. In my projects, I use django-angular with django-1.10 without any problems.

adrienbrunet commented 7 years ago

Done. See #281