Merge pull request #947 from YoApp/optimization_issue888

Major dereferencing optimizations and fix for de-pickling outdated documents [migrated 921]
This commit is contained in:
Omer Katz
2015-04-09 10:06:12 +03:00
6 changed files with 50 additions and 9 deletions

View File

@@ -7,6 +7,8 @@ Changes in 0.9.X - DEV
======================
- ListField of embedded docs doesn't set the _instance attribute when iterating over it #914
- Support += and *= for ListField #595
- Use sets for populating dbrefs to dereference
- Fixed unpickled documents replacing the global field's list. #888
Changes in 0.9.0
================