Allow fields to be named the same as query operators (#445)

This commit is contained in:
Ross Lawley
2013-08-20 13:13:17 +00:00
parent 8a3171308a
commit a707598042
3 changed files with 21 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ Changelog
Changes in 0.8.4
================
- Fixed can now exclude subclass fields (#443)
- Allow fields to be named the same as query operators (#445)
- Updated field filter logic - 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)