in Django by

Identify the core arguments of each serializer field class constructor.

a) allow_null

b) read_only

c) write_only

d) required

e) All the options

1 Answer

0 votes
by

e) All the options

...