1
0
mirror of https://github.com/django/django.git synced 2025-01-15 04:45:51 +00:00

19 lines
344 B
JSON
Raw Normal View History

[
{
"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"]]
}
}
]