AltSchool / dynamic-rest

Dynamic extensions for Django REST Framework
MIT License
831 stars 109 forks source link

fix: remove deprecated NullBooleanField #351

Closed kannanvm closed 6 months ago

kannanvm commented 1 year ago

NullBooleanField was used in dynamic_rest/fields.py, to Convert filter values to booleans for boolean fields - https://github.com/AltSchool/dynamic-rest/pull/124. It should not break anything else. NullBooleanField is deprecated on DRF 3.14 - https://github.com/encode/django-rest-framework/pull/8599/commits/d6b87b0b0ea847d00156936908124051908874d3.

Related issue: https://github.com/AltSchool/dynamic-rest/issues/350

suavesav commented 6 months ago

v2.2.0 should handle this