summaryrefslogtreecommitdiff
path: root/tests/fixtures_regress/fixtures/non_natural_1.json
blob: 4bce792e35e31f26201983c62920591657ff4127 (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
25
[
    {
        "pk": 12,
        "model": "fixtures_regress.person",
        "fields": {
            "name": "Greg Egan"
        }
    },
    {
        "pk": 11,
        "model": "fixtures_regress.store",
        "fields": {
            "name": "Angus and Robertson"
        }
    },
    {
        "pk": 10,
        "model": "fixtures_regress.book",
        "fields": {
            "name": "Permutation City",
            "author": 12,
            "stores": [11]
        }
    }
]