Ensure as_pymongo() and to_json honour only() and exclude() (#293)

This commit is contained in:
Ross Lawley
2013-04-29 09:38:21 +00:00
parent b0c1ec04b5
commit 5d7444c115
3 changed files with 34 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.X
================
- Ensure as_pymongo() and to_json honour only() and exclude() (#293)
- Document serialization uses field order to ensure a strict order is set (#296)
- DecimalField now stores as float not string (#289)
- UUIDField now stores as a binary by default (#292)