Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/encode/django-rest-framework
/ create
Method
create
rest_framework/serializers.py:743–746 ·
view source on GitHub ↗
(self, validated_data)
Source
from the content-addressed store, hash-verified
741
)
742
743
def
create(self, validated_data):
744
return
[
745
self.child.create(attrs)
for
attrs in validated_data
746
]
747
748
def
save(self, **kwargs):
749
""
"
Callers
1
save
Method · 0.95
Calls
1
create
Method · 0.45
Tested by
no test coverage detected