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()
...