Merge branch 'master' of https://github.com/MongoEngine/mongoengine into yalon-master

This commit is contained in:
Bastien Gérard
2018-09-03 11:23:28 +02:00
27 changed files with 503 additions and 93 deletions

View File

@@ -4465,7 +4465,6 @@ class QuerySetTest(unittest.TestCase):
self.assertNotEqual(bars._CommandCursor__collection.read_preference,
ReadPreference.SECONDARY_PREFERRED)
def test_json_simple(self):
class Embedded(EmbeddedDocument):