Document.select_related() now respects db_alias (#377)

This commit is contained in:
Ross Lawley
2013-07-10 12:49:19 +00:00
parent fa83fba637
commit 4209d61b13
4 changed files with 54 additions and 27 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.3
================
- 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)
- Fixed pickling dynamic documents `_dynamic_fields` (#387)