Now, to avoid partial object creation you should wrap your root serializer's `save()` into `transaction.atomic`. I'm not sure about wrapping `save()` in the library in each serializer with mixin. What do you think?
Now, to avoid partial object creation you should wrap your root serializer's
save()intotransaction.atomic.I'm not sure about wrapping
save()in the library in each serializer with mixin. What do you think?