Fix handling invalid dict field value (#485)

This commit is contained in:
Ross Lawley
2013-11-29 10:33:36 +00:00
parent 3a3b96e0be
commit 6465726008
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.5
================
- Fix testing invalid dict field value (#485)
- Added app_label to MongoUser (#484)
- Use defaults when host and port are passed as None (#483)
- Fixed distinct casting issue with ListField of EmbeddedDocuments (#470)