mirror of
https://github.com/Hopiu/django.git
synced 2026-05-20 05:11:50 +00:00
24 lines
342 B
JSON
24 lines
342 B
JSON
[
|
|
{
|
|
"model": "fixtures.naturalkeything",
|
|
"pk": 1,
|
|
"fields": {
|
|
"key": "t1",
|
|
"other_things": [2, 3]
|
|
}
|
|
},
|
|
{
|
|
"model": "fixtures.naturalkeything",
|
|
"pk": 2,
|
|
"fields": {
|
|
"key": "t2"
|
|
}
|
|
},
|
|
{
|
|
"model": "fixtures.naturalkeything",
|
|
"pk": 3,
|
|
"fields": {
|
|
"key": "t3"
|
|
}
|
|
}
|
|
]
|