mirror of
https://github.com/django/django.git
synced 2024-12-23 09:36:06 +00:00
19 lines
257 B
JSON
19 lines
257 B
JSON
[
|
|
{
|
|
"model": "fixtures.naturalkeything",
|
|
"pk": 1,
|
|
"fields": {
|
|
"key": "t1",
|
|
"other_thing": 2
|
|
}
|
|
},
|
|
{
|
|
"model": "fixtures.naturalkeything",
|
|
"pk": 2,
|
|
"fields": {
|
|
"key": "t2",
|
|
"other_thing": 1
|
|
}
|
|
}
|
|
]
|