blob: 760b2d42751e0c18c5c17473c10ea6fed37581ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
- pk: "1"
model: fixtures_regress.animal
fields:
name: Cat
extra_name: Super Cat
latin_name: Felis catus
count: 3
weight: 1.2
- pk: "1"
model: fixtures_regress.animal_extra
fields:
name: Nonexistent model
extra_name: test for ticket \#29522
latin_name: Felis catus
count: 3
weight: 1.2
|