Cleaned up the metaclasses for documents

Refactored and clarified intent and
tidied up
This commit is contained in:
Ross Lawley 2012-08-17 11:15:36 +01:00
commit 19da228855
9 changed files with 407 additions and 297 deletions

View file

@ -4,6 +4,9 @@ Changelog
Changes in 0.7.X
=================
- Embedded Documents dont care about inheritance
- 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)