Closed sarahboyce closed 2 years ago
Breaks with djangorestframework 3.14.x https://www.django-rest-framework.org/community/release-notes/#3140
ImportError: cannot import name 'NullBooleanField' from 'rest_framework.fields'
Added a PR to fix: https://github.com/wharton/drf-excel/pull/65
Thank you! This has been published to PyPI at 2.2.0:
2.2.0
https://github.com/wharton/drf-excel/releases/tag/2.2.0
https://pypi.org/project/drf-excel/2.2.0/
Thank you so much!!!
Breaks with djangorestframework 3.14.x https://www.django-rest-framework.org/community/release-notes/#3140
Added a PR to fix: https://github.com/wharton/drf-excel/pull/65