mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
19 lines
344 B
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"]]
|
|
}
|
|
}
|
|
]
|