jrief / django-angular

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

Features/django 1.11 support #293

Closed jrief closed 7 years ago

jrief commented 7 years ago

Finally django-angular supports Django-1.11

@dpetzold Please also review this. I used your testing setup for forms, as it is much easier to understand.

However I added some fundamental changes to your PR from last week:

django-angular for Django-1.11 does not override any widgets nor renderers. Instead it uses a special renderer class provided by Django-1.11 extra for this purpose.

This means that the code gets much cleaner, as we override widget rendering purely in reconfigurable templates.