Add test for querying on fields of list(EmbeddedDocument) (with inheritance on the EmbededDoc)

This commit is contained in:
Bastien Gérard
2019-05-02 00:08:16 +02:00
parent abfabc30c9
commit d98f36ceff
2 changed files with 18 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Development
===========
- Fix querying on List(EmbeddedDocument) subclasses fields #1961
- Fix querying on (Generic)EmbeddedDocument subclasses fields #475
- expose `mongoengine.connection.disconnect` and `mongoengine.connection.disconnect_all`
- Fix disconnect function #566 #1599 #605 #607 #1213 #565