diff --git a/docs/changelog.rst b/docs/changelog.rst index 3c0b6422..69555b95 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,6 +8,7 @@ Changes in 0.10.7 - DEV - 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 - 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 =================