Skip to content

feature (LDPViewSet): ability to override LDPViewSet serializer

Calum Mackervoy requested to merge override-model-serializer into master

Adds a new function get_serializer_class, which allows advanced users to override the serializer used in the default LDPViewSet, from their model

Merge request reports