You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NullBooleanField has been deprecated in DRF 3.14. dynamic_rest/filters.py is still using it, giving following error. ImportError: cannot import name 'NullBooleanField' from 'rest_framework.fields'
The text was updated successfully, but these errors were encountered:
kannanvm
added a commit
to kannanvm/dynamic-rest
that referenced
this issue
Apr 20, 2023
`NullBooleanField` was used in `dynamic_rest/fields.py`, to `Convert filter values to booleans for boolean fields` - AltSchool#124. It should not break anything else.
`NullBooleanField` is deprecated on DRF 3.14 - encode/django-rest-framework@d6b87b0.
Related issue: AltSchool#350
NullBooleanField
has been deprecated in DRF 3.14.dynamic_rest/filters.py
is still using it, giving following error.ImportError: cannot import name 'NullBooleanField' from 'rest_framework.fields'
The text was updated successfully, but these errors were encountered: