jrief / django-angular

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

Validate form fields against DefaultFieldMixin #307

Closed asnoeyink closed 7 years ago

asnoeyink commented 7 years ago

Rather than checking if a field in a form that uses the NgMixins is in djng.forms.fields, check if the field inherits from DefaultFieldMixin. This allows the use of Django-Angular with custom form fields that inherit from DefaultFieldMixin.

jrief commented 7 years ago

Version 1.1.2 is available from PyPI. Thanks for your contribution.