Added document mixin support

For extendable / reusable documents
Fixes #204
This commit is contained in:
Ross Lawley
2011-06-20 09:44:53 +01:00
parent e04e5f42ef
commit 1b0323bc22
4 changed files with 36 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Added Document Mixin support
- Fixed queryet __repr__ mid iteration
- Added hint() support, so cantell Mongo the proper index to use for the query
- Fixed issue with inconsitent setting of _cls breaking inherited referencing