Fix querying on (Generic)EmbeddedDocument subclasses fields

This commit is contained in:
Bastien Gérard
2019-05-01 23:23:19 +02:00
parent c1aff7a248
commit abfabc30c9
4 changed files with 331 additions and 201 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Development
===========
- 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
- Improve connect/disconnect documentations