We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b207f99 commit f3e67a7Copy full SHA for f3e67a7
example/fixtures/blogentry.json
@@ -83,9 +83,7 @@
83
"n_comments": 0,
84
"n_pingbacks": 0,
85
"rating": 0,
86
- "authors": [
87
- 1
88
- ]
+ "authors": []
89
}
90
},
91
{
@@ -102,9 +100,7 @@
102
100
103
101
104
105
106
- 2
107
108
109
110
example/settings/dev.py
@@ -21,7 +21,6 @@
21
'django.contrib.sites',
22
'django.contrib.sessions',
23
'django.contrib.auth',
24
- 'django.contrib.admin',
25
'rest_framework',
26
'polymorphic',
27
'example',
0 commit comments