2012-09-30 20:34:13 +08:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"pk": "1",
|
|
|
|
"model": "fixtures_regress.animal",
|
|
|
|
"fields": {
|
|
|
|
"name": "Lion",
|
|
|
|
"extra_name": "Super Lion",
|
|
|
|
"latin_name": "Panthera leo",
|
|
|
|
"count": 3,
|
|
|
|
"weight": 1.2
|
|
|
|
}
|
2014-02-21 14:43:08 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"pk": "1",
|
|
|
|
"model": "fixtures_regress.animal_extra",
|
|
|
|
"fields": {
|
2017-02-03 09:43:21 +08:00
|
|
|
"name": "Nonexistent model",
|
2014-02-21 14:43:08 +08:00
|
|
|
"extra_name": "test for ticket #21799",
|
|
|
|
"latin_name": "Panthera leo",
|
|
|
|
"count": 3,
|
|
|
|
"weight": 1.2
|
|
|
|
}
|
2012-09-30 20:34:13 +08:00
|
|
|
}
|
|
|
|
]
|