Open stygmate opened 5 years ago
@ruscoder is it simple to add ?
Hello @stygmate. Could you please provide an example with some code where do you need this behaviour?
It would indeed to be nice to make separate mixins for update and delete (both for 'semantic' and functional reasons), not an UPDATEModelMixin that also deletes relations.
Don't will be cool to have Meta options for nested serializer fields ?
I am in a particular case where the WritableNestedModelSerializer behavior is perfect for all my nested Serializers except one. On this one I do not want object creation or deletion. I only want certain fields to be updatable.