Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
85
class
DestroyModelMixin:
Callers
3
patch
Method · 0.45
patch
Method · 0.45
patch
Method · 0.45
Calls
1
update
Method · 0.95
Tested by
no test coverage detected