Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/encode/django-rest-framework
/ post
Method
post
rest_framework/generics.py:245–246 ·
view source on GitHub ↗
(self, request, *args, **kwargs)
Source
from the content-addressed store, hash-verified
243
return
self.list(request, *args, **kwargs)
244
245
def
post(self, request, *args, **kwargs):
246
return
self.create(request, *args, **kwargs)
247
248
249
class
RetrieveUpdateAPIView(mixins.RetrieveModelMixin,
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected