Fixed Doc.objects(read_preference=X) not setting read preference (#352)

This commit is contained in:
Ross Lawley
2013-06-03 15:40:54 +00:00
parent ceece5a7e2
commit 4c8dfc3fc2
3 changed files with 12 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.8.2
================
- Fixed Doc.objects(read_preference=X) not setting read preference (#352)
- Django session ttl index expiry fixed (#329)
- Fixed pickle.loads (#342)
- Documentation fixes