parkour icon indicating copy to clipboard operation
parkour copied to clipboard

Does PoolingViewSet need serializer_class?

Open thomasmanke opened this issue 2 years ago • 0 comments

PoolingViewSet in pooling/view.py might need inclusion of the following definition: serializer_class = PoolSerializer

for now it seems to work, but (without this line) some installations have produced 500 error upon api/pooling. Need to double-check.

thomasmanke avatar Dec 08 '21 15:12 thomasmanke