jrief / django-angular

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

module 'django.forms.widgets' has no attribute 'ChoiceFieldRenderer' #299

Closed Fantalic closed 7 years ago

Fantalic commented 7 years ago

\django-angular-master\djng\forms\widgets.py", line 44, in class ChoiceFieldRenderer(widgets.ChoiceFieldRenderer): AttributeError: module 'django.forms.widgets' has no attribute 'ChoiceFieldRenderer'

adrienbrunet commented 7 years ago

Hi there Fantalic, this is a fine traceback but could you provide more informations ? How did you get that error ? With which django version ? What did you tried ? If you want us to help you, we need more info... If you can provide a minimum example or better : a failing test, it would be greatly appreciated. otherwise, we can't help you

jrief commented 7 years ago

@Fantalic I presume that you are running Django-1.11 with django-angular-0.8.4, which of course is not supported there.

Fantalic commented 7 years ago

thanks for answering. but I have to work with yii-react framework now. Maybe I come back to this another time.