mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keys
Thanks aldaran for the patch.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"pk": "2",
|
||||
"model": "fixtures_regress.store",
|
||||
"fields": {
|
||||
"main": null,
|
||||
"name": "Amazon"
|
||||
}
|
||||
},
|
||||
@@ -17,6 +18,7 @@
|
||||
"pk": "3",
|
||||
"model": "fixtures_regress.store",
|
||||
"fields": {
|
||||
"main": null,
|
||||
"name": "Borders"
|
||||
}
|
||||
},
|
||||
@@ -29,4 +31,4 @@
|
||||
"stores": [["Amazon"], ["Borders"]]
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user