Fixed as_pymongo to return the id (#386)

This commit is contained in:
Ross Lawley
2013-07-10 13:38:53 +00:00
parent 4209d61b13
commit f34e8a0ff6
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.3
================
- Fixed as_pymongo to return the id (#386)
- Document.select_related() now respects `db_alias` (#377)
- Reload uses shard_key if applicable (#384)
- Dynamic fields are ordered based on creation and stored in _fields_ordered (#396)