[Fixed]-Django rest framework removing many to many fields in validated_data when doing partial_update

1👍

One thing strikes me is that you declare a nested serializer and send flat IDs.
Serializer detects that you’re sending exchange but none of the field is available therefore you have an empty list.

Leave a comment