summaryrefslogtreecommitdiff
path: root/tests/regressiontests/fixtures_regress/fixtures/sequence.json
blob: ecaf637b9f29c804f3c9bd11a0c2d41b993adc97 (plain)
1
2
3
4
5
6
7
8
9
10
[
    {
        "pk": "1", 
        "model": "fixtures_regress.animal", 
        "fields": {
            "name": "Lion", 
            "latin_name": "Panthera leo"
        }
    }
]