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
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)