Update changelog for #1253

This commit is contained in:
Gilbert Gilb's 2016-03-15 14:36:31 +01:00 committed by Gilb's
parent 7cc1a4eba0
commit cef4e313e1

View File

@ -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 - 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 - count on ListField of EmbeddedDocumentField fails. #1187
- Fixed long fields stored as int32 in Python 3. #1253
Changes in 0.10.6 Changes in 0.10.6
================= =================