Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/fixtures_regress/fixtures/sequence.json
blob: c45ea9420c885ac10391289698be61b2a4d67c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
    {
        "pk": "1",
        "model": "fixtures_regress.animal",
        "fields": {
            "name": "Lion",
            "latin_name": "Panthera leo",
            "count": 3,
            "weight": 1.2
        }
    }
]