Fix setting Geo Location fields (#488)

This commit is contained in:
Ross Lawley
2013-11-29 11:41:54 +00:00
parent 6465726008
commit 6db59a9c31
6 changed files with 80 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ Changelog
Changes in 0.8.5
================
- Fix testing invalid dict field value (#485)
- Fix setting Geo Location fields (#488)
- Fix handling 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)