summaryrefslogtreecommitdiff
path: root/tests/regressiontests/fixtures_regress/fixtures/sequence.json
blob: 60bfcdd547156119b3eda6bc3044a58528087a26 (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
        }
    }
]