Merge pull request #1324 from vahana/patch-1

Update changelog.rst
This commit is contained in:
Jérôme Lafréchoux 2016-06-24 19:58:31 +02:00 committed by GitHub
commit 5ef0170d77

View File

@ -4,6 +4,7 @@ Changelog
Changes in 0.10.7 - DEV
=======================
- Fixed the bug where dynamic doc has index inside a dict field #1278
- Fixed not being able to specify `use_db_field=False` on `ListField(EmbeddedDocumentField)` instances
- Fixed cascade delete mixing among collections #1224
- Add `signal_kwargs` argument to `Document.save`, `Document.delete` and `BaseQuerySet.insert` to be passed to signals calls #1206