Use weakref proxies in base lists / dicts (MongoEngine/mongoengine#74)

This commit is contained in:
Ross Lawley
2012-08-14 10:34:17 +01:00
parent 0454fc74e9
commit 9e67941bad
2 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.7.X
=================
- Use weakref proxies in base lists / dicts (MongoEngine/mongoengine#74)
- Improved queryset filtering (hmarr/mongoengine#554)
- Fixed Dynamic Documents and Embedded Documents (hmarr/mongoengine#561)
- Fixed abstract classes and shard keys (MongoEngine/mongoengine#64)