jrief / django-angular

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

Added support for Django 1.9 (.travis.yml), removed some warnings for Django 1.10 #211

Closed viaregio closed 8 years ago

adrienbrunet commented 8 years ago

Yep, all good for me, thank you very much mate. @jrief Should we keep maintaining django 1.5? So far, we don't have that much pain doing it but it might get harder... With this new config, we really should release version 0.8 :pray:

jrief commented 8 years ago

Support for Django-1.5 can be dropped. In my opinion we can even drop support for Django-1.6.

Personal annotation: I was able to migrate my main projects to Django-1.7 only a few month ago. That's kind of problem for me, because I can't keep up all the projects with their newest dependencies.

adrienbrunet commented 8 years ago

Okay, but you're not alone jacob =) We're facing the same problem and some awesome people help us to keep it up with the latest dependencies. :smile:

@viaregio : would you please remove the support for django 1.5 (at least) in your commit and I'll merge your pull request? Cheers!

jrief commented 8 years ago

Thanks @viaregio for proceeding to 1.9!

adrienbrunet commented 8 years ago

:+1:

viaregio commented 8 years ago

Thanks @jrief, @adrienbrunet for your work on this project.