summaryrefslogtreecommitdiff
path: root/tests/fixtures_regress/fixtures/forward_ref_bad_data.json
blob: 1972a84afefe9c778cbfc914ffc23eabea07982b (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": 3
        }
    },
    {
        "pk": "4",
        "model": "fixtures_regress.person",
        "fields": {
            "name": "Neal Stephenson"
        }
    }
]