Adjust changelog for #1188.

This commit is contained in:
Omer Katz 2016-03-10 12:19:11 +02:00
parent 6c2230a076
commit 7748e68440

View File

@ -8,6 +8,7 @@ Changes in 0.10.7 - DEV
- Fixed cascade delete mixing among collections #1224 - 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 - Add `signal_kwargs` argument to `Document.save`, `Document.delete` and `BaseQuerySet.insert` to be passed to signals calls #1206
- Raise `OperationError` when trying to do a `drop_collection` on document with no collection set. - Raise `OperationError` when trying to do a `drop_collection` on document with no collection set.
- count on ListField of EmbeddedDocumentField fails. #1187
Changes in 0.10.6 Changes in 0.10.6
================= =================