blob: 880aff8c2438b60daa33e3f842481cf9ccab1d96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{
"pk": "1",
"model": "fixtures_regress.animal",
"fields": {
"name": "Lion",
"extra_name": "Super Lion",
"latin_name": "Panthera leo",
"count": 3,
"weight": 1.2
}
},
{
"pk": "1",
"model": "fixtures_regress.animal_extra",
"fields": {
"name": "Nonexistent model",
"extra_name": "test for ticket #21799",
"latin_name": "Panthera leo",
"count": 3,
"weight": 1.2
}
}
]
|