summaryrefslogtreecommitdiff
path: root/tests/regressiontests/fixtures_regress/fixtures/forward_ref_bad_data.json
blob: 3a3fb64360b15a1514ed3778294f22d48b07c1e7 (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"
        }
    }
]