Vote count:
0
When deserializing data with keyword argument many=True
serialized = MySerializer(data=request.data, many=True)
and then call .save()
, I wonder if it is performing one database operation, or just iterating the list of sub-data, and perform create()
and update()
individually?
asked 51 secs ago
Django REST framework save()
Aucun commentaire:
Enregistrer un commentaire