I checked your code, but can't find any problem.
Here is class inheritance in Django.
ModelViewSet <- GenericViewSet <- GenericAPIView <- APIView
So if it works with APIView, it should work with ModelViewSet too.
APIView
ModelViewSet