Login
Remember
Register
Ask a Question
If you are supporting writable nested representations, you need to add __________ method for saving multiple objects.
0
votes
asked
Jun 22, 2022
in
Django
by
SakshiSharma
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()
django
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 22, 2022
by
SakshiSharma
a) .create() and .update()
...