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
Currently we do not have test coverage for usage of from rest_framework import serializers only from rest_framework_json_api import serializers.
Basic functionality has broken in the past when using from rest_framework import serializers so we should explicitly test that case if we would like to officially support that usage.