django/tests/fixtures_regress/fixtures/nk-inheritance.json

19 lines
344 B
JSON

[
{
"pk": 1,
"model": "fixtures_regress.nkchild",
"fields": {
"data": "apple"
}
},
{
"pk": 1,
"model": "fixtures_regress.reftonkchild",
"fields": {
"text": "my text",
"nk_fk" : ["apple"],
"nk_m2m": [["apple"]]
}
}
]