Updated field filter logic - can now exclude subclass fields (#443)

This commit is contained in:
Ross Lawley
2013-08-20 12:21:20 +00:00
parent 661398d891
commit 29c887f30b
3 changed files with 50 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.4
================
- Fixed can now exclude subclass fields (#443)
- Fixed dereference issue with embedded listfield referencefields (#439)
- Fixed slice when using inheritance causing fields to be excluded (#437)
- Fixed ._get_db() attribute after a Document.switch_db() (#441)