summaryrefslogtreecommitdiff
path: root/tests/regressiontests/fixtures_regress/fixtures/forward_ref.json
blob: 237b076243b370280a582cbd08119f6341716774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
    {
        "pk": 1,
        "model": "fixtures_regress.book",
        "fields": {
            "name": "Cryptonomicon",
            "author": 4
        }
    },
    {
        "pk": "4",
        "model": "fixtures_regress.person",
        "fields": {
            "name": "Neal Stephenson"
        }
    }
]