After upgrading djangorestframework from djangorestframework==3.13.1
to djangorestframework==3.14.0
the code
from rest_framework.serializers import NullBooleanField
Throws
AttributeError: module 'rest_framework.serializers' has no attribute 'NullBooleanField'
Reading the release notes I don't see a deprecation. Where did it go?
drf-spectacular==0.24.1
– Smalltime