mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 12:12:19 +03:00
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:
parent
a1f03d5ee6
commit
9ac6417aad
|
@ -843,4 +843,4 @@ class TestMultipleObjectsValidation(unittest.TestCase):
|
||||||
instance=self.objs[:-1],
|
instance=self.objs[:-1],
|
||||||
many=True,
|
many=True,
|
||||||
partial=True,
|
partial=True,
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user