django-commons / drf-excel

An XLSX spreadsheet renderer for Django REST Framework.
BSD 3-Clause "New" or "Revised" License
217 stars 40 forks source link

Add djangorestframework 3.14.x support #66

Closed sarahboyce closed 2 years ago

sarahboyce commented 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

FlipperPA commented 2 years ago

Thank you! This has been published to PyPI at 2.2.0:

https://github.com/wharton/drf-excel/releases/tag/2.2.0

https://pypi.org/project/drf-excel/2.2.0/

sarahboyce commented 2 years ago

Thank you so much!!!