Quiz: Custom User Registration

Try this quiz to review what you've learned so far.

We'll cover the following...

Custom user registration assessment

1.

Which option is used to map all the fields of a model in serializer in the meta class?

A.
fields = '__all__'
B.
fields = '_all_'

1 / 6