django/tests/fixtures/fixtures/forward_reference_m2m.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"
}
}
]