1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #17946 -- Fixed deserialization of self-referencing M2M fields

Thanks Philip Mountifield for the report and excellent analysis, and
Simon Charette for the review.
This commit is contained in:
Claude Paroz
2014-12-21 14:24:15 +01:00
parent 227a4c48be
commit 9fecb86a52
4 changed files with 22 additions and 7 deletions

View File

@@ -0,0 +1 @@
[{"fields": {"parent": [1]}, "model": "fixtures_regress.m2mtoself", "pk": 1}]