Handle dynamic fieldnames that look like digits (#434)

This commit is contained in:
Ross Lawley
2013-08-07 09:07:57 +00:00
parent 473110568f
commit 5bcc454678
3 changed files with 9 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.4
================
- Handle dynamic fieldnames that look like digits (#434)
- Added get_user_document and improve mongo_auth module (#423)
- Added str representation of GridFSProxy (#424)
- Update transform to handle docs erroneously passed to unset (#416)