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
To get the serializer_class attribute of views the get_serializer_class() should be used. DRF allows you to override this function and using the attribute directly as in here is a bug.