From cef4e313e11d594735520799a6e10bffbcafe4fe Mon Sep 17 00:00:00 2001 From: Gilbert Gilb's Date: Tue, 15 Mar 2016 14:36:31 +0100 Subject: [PATCH] Update changelog for #1253 --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 69555b95..c34094a7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,6 +9,7 @@ Changes in 0.10.7 - DEV - 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 +- Fixed long fields stored as int32 in Python 3. #1253 Changes in 0.10.6 =================