summaryrefslogtreecommitdiff
path: root/tests/regressiontests/fixtures_regress/fixtures/thingy.json
blob: 1693177b981cacda5f9efb156fd6f0042aed7e70 (plain)
1
2
3
4
5
6
7
8
9
[
    {
        "pk": "1",
        "model": "fixtures_regress.thingy",
        "fields": {
            "name": "Whatchamacallit"
        }
    }
]