MCPcopy Index your code
hub / github.com/encode/django-rest-framework / partial_update

Method partial_update

rest_framework/mixins.py:80–82  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

78 serializer.save()
79
80 def partial_update(self, request, *args, **kwargs):
81 kwargs['partial'] = True
82 return self.update(request, *args, **kwargs)
83
84
85class DestroyModelMixin:

Callers 3

patchMethod · 0.45
patchMethod · 0.45
patchMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected