mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
862e1ff234
Loading fixtures were failing since the refactoring in 244e2b71f5
for
inheritance setups where the chain contains abstract models and the
root ancestor contains a M2M relation.
Thanks Stanislas Guerra for the report.
Refs #20946.
18 lines
233 B
JSON
18 lines
233 B
JSON
[
|
|
{
|
|
"fields": {
|
|
"channels": [],
|
|
"title": "Title of this feature article"
|
|
},
|
|
"model": "fixtures_regress.article",
|
|
"pk": 1
|
|
},
|
|
{
|
|
"fields": {
|
|
"channels": []
|
|
},
|
|
"model": "fixtures_regress.feature",
|
|
"pk": 1
|
|
}
|
|
]
|