Merge branch 'master' of github.com:MongoEngine/mongoengine into drop_py2_support

This commit is contained in:
Bastien Gérard
2020-04-25 13:51:21 +02:00
12 changed files with 148 additions and 121 deletions

View File

@@ -522,7 +522,6 @@ class TestInheritance(MongoDBTestCase):
defaults = {
"index_background": True,
"index_drop_dups": True,
"index_opts": {"hello": "world"},
"allow_inheritance": True,
"queryset_class": "QuerySet",