update: changed build_serializer to allow for easier overriding of serializer_class
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
Activity
Please register or sign in to reply