Skip to content

update: changed build_serializer to allow for easier overriding of serializer_class

Calum Mackervoy requested to merge 276-serializer-class into master

Closes #276 (closed)

Changes the way that serializer_class is used in LDPViewSet. The result is that it's easier to override the viewset.. previously you needed to override build_serializer whereas now you can just set the serializer_class in the child class

Merge request reports