0 votes
in Django by
If you are supporting writable nested representations, you need to add __________ method for saving multiple objects.

a) .create() and .update()

b) Nothing. Serializers are default writable

c) .update()

d) .create()

1 Answer

0 votes
by
a) .create() and .update()

Related questions

0 votes
asked Jun 22, 2022 in Django by SakshiSharma
0 votes
asked Jun 29, 2022 in Django by sharadyadav1986
...