Fix cascade delete mixing among collections

This commit is contained in:
Emmanuel Leblond
2016-01-30 11:58:37 +01:00
parent 2659ec5887
commit a643933d16
3 changed files with 61 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.10.7 - DEV
=======================
- Fixed not being able to specify `use_db_field=False` on `ListField(EmbeddedDocumentField)` instances
- Fixed cascade delete mixing among collections #1224
Changes in 0.10.6
=================