Do not ignore source when building fields dynamically
This commit fixes the issue when you set the keyword argument `source` and your have not set the serializer fields explicitly. Then the construction of field failed because there is not actually any model field with that name. However, you are still able to imply the name of model field by providing the `source` keyword argument.
Showing
Please
register
or
sign in
to comment