From 7748e68440df2e3ad2d48ec0b55b9647c4de014d Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Thu, 10 Mar 2016 12:19:11 +0200 Subject: [PATCH] Adjust changelog for #1188. --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) 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 =================