Skip to content

Commit f3e67a7

Browse files
slivercn2ygk
authored andcommitted
Allow example app and tests to be run with Django 2.2 (#642)
1 parent b207f99 commit f3e67a7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

example/fixtures/blogentry.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@
8383
"n_comments": 0,
8484
"n_pingbacks": 0,
8585
"rating": 0,
86-
"authors": [
87-
1
88-
]
86+
"authors": []
8987
}
9088
},
9189
{
@@ -102,9 +100,7 @@
102100
"n_comments": 0,
103101
"n_pingbacks": 0,
104102
"rating": 0,
105-
"authors": [
106-
2
107-
]
103+
"authors": []
108104
}
109105
},
110106
{

example/settings/dev.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
'django.contrib.sites',
2222
'django.contrib.sessions',
2323
'django.contrib.auth',
24-
'django.contrib.admin',
2524
'rest_framework',
2625
'polymorphic',
2726
'example',

0 commit comments

Comments
 (0)