1 | [
|
---|
2 | {
|
---|
3 | "pk": 1,
|
---|
4 | "model": "contenttypes.contenttype",
|
---|
5 | "fields": {
|
---|
6 | "model": "logentry",
|
---|
7 | "name": "log entry",
|
---|
8 | "app_label": "admin"
|
---|
9 | }
|
---|
10 | },
|
---|
11 | {
|
---|
12 | "pk": 2,
|
---|
13 | "model": "contenttypes.contenttype",
|
---|
14 | "fields": {
|
---|
15 | "model": "permission",
|
---|
16 | "name": "permission",
|
---|
17 | "app_label": "auth"
|
---|
18 | }
|
---|
19 | },
|
---|
20 | {
|
---|
21 | "pk": 3,
|
---|
22 | "model": "contenttypes.contenttype",
|
---|
23 | "fields": {
|
---|
24 | "model": "group",
|
---|
25 | "name": "group",
|
---|
26 | "app_label": "auth"
|
---|
27 | }
|
---|
28 | },
|
---|
29 | {
|
---|
30 | "pk": 4,
|
---|
31 | "model": "contenttypes.contenttype",
|
---|
32 | "fields": {
|
---|
33 | "model": "user",
|
---|
34 | "name": "user",
|
---|
35 | "app_label": "auth"
|
---|
36 | }
|
---|
37 | },
|
---|
38 | {
|
---|
39 | "pk": 5,
|
---|
40 | "model": "contenttypes.contenttype",
|
---|
41 | "fields": {
|
---|
42 | "model": "contenttype",
|
---|
43 | "name": "content type",
|
---|
44 | "app_label": "contenttypes"
|
---|
45 | }
|
---|
46 | },
|
---|
47 | {
|
---|
48 | "pk": 6,
|
---|
49 | "model": "contenttypes.contenttype",
|
---|
50 | "fields": {
|
---|
51 | "model": "session",
|
---|
52 | "name": "session",
|
---|
53 | "app_label": "sessions"
|
---|
54 | }
|
---|
55 | },
|
---|
56 | {
|
---|
57 | "pk": 7,
|
---|
58 | "model": "contenttypes.contenttype",
|
---|
59 | "fields": {
|
---|
60 | "model": "a",
|
---|
61 | "name": "a",
|
---|
62 | "app_label": "foobar"
|
---|
63 | }
|
---|
64 | },
|
---|
65 | {
|
---|
66 | "pk": 8,
|
---|
67 | "model": "contenttypes.contenttype",
|
---|
68 | "fields": {
|
---|
69 | "model": "b",
|
---|
70 | "name": "b",
|
---|
71 | "app_label": "foobar"
|
---|
72 | }
|
---|
73 | },
|
---|
74 | {
|
---|
75 | "pk": 9,
|
---|
76 | "model": "contenttypes.contenttype",
|
---|
77 | "fields": {
|
---|
78 | "model": "c",
|
---|
79 | "name": "c",
|
---|
80 | "app_label": "foobar"
|
---|
81 | }
|
---|
82 | }
|
---|
83 | ]
|
---|