Skip to content

Commit

Permalink
Merge ea2eff0 into 3e8d1eb
Browse files Browse the repository at this point in the history
  • Loading branch information
karuhanga committed Mar 21, 2019
2 parents 3e8d1eb + ea2eff0 commit e6e7b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authors/apps/comments/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class CommentReplyDetailApiView(GenericAPIView):
deletion of a single reply.
"""
permission_classes = (permissions.IsAuthenticatedOrReadOnly,)
serializer_class = CommentSerializer
serializer_class = CommentReplySerializer
renderer_classes = (JSONRenderer,)

def get_required_objects(self, request, pk):
Expand Down

0 comments on commit e6e7b7a

Please sign in to comment.