0 votes
in Django by

To get multiple objects using ListSerializer, ________ option should be used.

a) list=True

b) many=True

c) include(list)

d) include(many)

1 Answer

0 votes
by
b) many=True
...