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
With djangorestframework>=3.12 we can now observe the following warning:
(...)/site-packages/rest_framework_mongoengine/serializers.py:355: RemovedInDRF314Warning: 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.
fields[field_name] = field_class(**field_kwargs)
With
djangorestframework>=3.12
we can now observe the following warning:See the corresponding PR in DRF here encode/django-rest-framework#7122
The text was updated successfully, but these errors were encountered: