Hello.
The ModelSerializer is used to enter data into the model.
In the case of the "fields = "__all__"" parameter description in Meta. And descriptions of the "source" parameter in extra_kwargs. When deserializing data, an error occurs and the field that should be replaced from extra_kwargs is not filled in.
Is this some kind of ModelSerializer feature or a bug?
Sincerely, Nikolay Nazarov