Was answered in AttributeError: module 'rest_framework.serializers' has no attribute 'NullBooleanField':
The NullBooleanField is deprecated and will be removed starting with 3.14. Instead use the BooleanField field and set allow_null=True which does the same thing.