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