fix-#771: OperationError: Shard Keys are immutable. Tried to update id even though the document is not yet saved

This commit is contained in:
David Bordeynik
2014-11-09 19:23:49 +02:00
parent c4f7db6c04
commit 0452eec11d
3 changed files with 16 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- OperationError: Shard Keys are immutable. Tried to update id even though the document is not yet saved #771
- with_limit_and_skip for count should default like in pymongo #759
- Fix storing value of precision attribute in DecimalField #787
- Querying by a field defined in a subclass raises InvalidQueryError #744