Django – REST Framework Interview Question-Answer
Q.1 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() Ans : .create() and .update() Q.2 Identify the core arguments of each …
Django – REST Framework Interview Question-Answer Read More »