Objects queryset manager now inherited (#256)

This commit is contained in:
Ross Lawley
2013-04-22 15:32:11 +00:00
parent c16e6d74e6
commit efad628a87
3 changed files with 42 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.X
================
- Objects manager now inherited (#256)
- Updated connection to use MongoClient (#262, #274)
- Fixed db_alias and inherited Documents (#143)
- Documentation update for document errors (#124)