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.11 removes ChoiceFieldRenderer class #284

Closed msaysell closed 7 years ago

msaysell commented 7 years ago

With the new template based rendering of django 1.11, the choice field renderer class has been removed (source).

This stops projects using django angular from even running the development server since it is used to add ng-form to choice fields

adrienbrunet commented 7 years ago

Hey, thanks for your report. We'll add support for django 1.11 very soon but please note that 1.11 is not even released yet. Unless you want to provide a patch, it may not be done right away. Cheers

jrief commented 7 years ago

Thanks for informing me

Seems to be a lot of work to replace this, grrrrr

adrienbrunet commented 7 years ago

Be brave jacob! \o/ :1st_place_medal:

msaysell commented 7 years ago

Oh thats ok, I wasn't expecting a quick fix I was just making you aware of the issue! Thanks for the quick reply! (I'd take a look at it myself but I'm not in a position to commit to this atm, sorry!)

adrienbrunet commented 7 years ago

https://www.djangoproject.com/weblog/2017/feb/20/django-111-beta-1-released/

We need to plan to rewrite some bits of code...

mikicz commented 7 years ago

Hi, what's the progress on this?

adrienbrunet commented 7 years ago

Well, looks like we lack some time to write it. Would you be interested in contributing? ;)

mikicz commented 7 years ago

Oh... Well I don't know your source code very much, I don't know if I would be able to fix it... And I also don't have much time to do it either :/

adrienbrunet commented 7 years ago

django-angular 1.0 now supports django 1.11. Hooray