fix: Make the instance variable of child serializer point to the correct list object instead of the entire list when validating ListSerializer

This commit is contained in:
Saadullah Aleem 2023-05-11 01:19:12 +05:00
parent a1f03d5ee6
commit 9ac6417aad

View File

@ -843,4 +843,4 @@ class TestMultipleObjectsValidation(unittest.TestCase):
instance=self.objs[:-1], instance=self.objs[:-1],
many=True, many=True,
partial=True, partial=True,
) )