summaryrefslogtreecommitdiff
path: root/tests/modeltests/fixtures/fixtures/fixture6.json
blob: 60e4733c714db7cf621263b3f10620d9e526cf9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[
    {
        "pk": "1",
        "model": "fixtures.tag",
        "fields": {
            "name": "copyright",
            "tagged_type": ["fixtures", "article"],
            "tagged_id": "3"
        }
    },
    {
        "pk": "2",
        "model": "fixtures.tag",
        "fields": {
            "name": "law",
            "tagged_type": ["fixtures", "article"],
            "tagged_id": "3"
        }
    },
    {
    	"pk": "1",
    	"model": "fixtures.person",
    	"fields": {
    	    "name": "Django Reinhardt"
    	}
    },
    {
    	"pk": "2",
    	"model": "fixtures.person",
    	"fields": {
    	    "name": "Stephane Grappelli"
    	}
    },
        {
    	"pk": "3",
    	"model": "fixtures.person",
    	"fields": {
    	    "name": "Prince"
    	}
    }
]