- Notifications
You must be signed in to change notification settings - Fork302
Closed
Description
Description of the Bug Report
As discussed in#1214 there is an issue withSparseFieldsetsMixin
serializer mixin. It drops fields when reading and writing, however it should only do it when reading and not when writing as perspecification.
When analyzing the code, it seems the best to implement is to move the exclude logic from__init__
and overwrite_readable_fields
.
Related to#1053
Checklist
- Certain that this is a bug (if unsure or you have a question usediscussions instead)
- Code snippet or unit test added to reproduce bug