Closed asnoeyink closed 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.
djng.forms.fields
DefaultFieldMixin
Version 1.1.2 is available from PyPI. Thanks for your contribution.
Rather than checking if a field in a form that uses the NgMixins is in
djng.forms.fields
, check if the field inherits fromDefaultFieldMixin
. This allows the use of Django-Angular with custom form fields that inherit fromDefaultFieldMixin
.