Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/fixtures_regress/fixtures/sequence_extra.json
blob: d668ef61437a218b37bc7c110d560aad008cbc2a (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": "Non-existent model",
            "extra_name": "test for ticket #21799",
            "latin_name": "Panthera leo",
            "count": 3,
            "weight": 1.2
        }
    }
]