|
return Response(posting.errors, status=400)
|
|
return Response(posting.errors, status=400)
|
|
def partial_update(self, request, thread_pk, pk):
|
|
def partial_update(self, request, thread_pk, pk):
|
|
thread = self.get_thread_for_update(request, thread_pk)
|
|
thread = self.get_thread_for_update(request, thread_pk)
|