summaryrefslogtreecommitdiffstats
path: root/isotests/fixtures/isotypes.json
blob: 760e373808446c6915c4e1be6106b4d7f88f8d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
    {
	"pk": 1,
	"model": "isotests.isotype",
	"fields": {
	    "name": "core"
	}
    },
    {
	"pk": 2,
	"model": "isotests.isotype",
	"fields": {
	    "name": "net"
	}
    }
]