Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
If you are supporting writable nested representations, you need to add __________ method for saving multiple objects.
Home
Django
If you are supporting writable nested representations, you need to add __________ method for saving...
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()
...