Reload forces read preference to be PRIMARY (#355)

This commit is contained in:
Ross Lawley 2013-06-04 11:03:50 +00:00
commit d47134bbf1
2 changed files with 5 additions and 2 deletions

View file

@ -5,6 +5,7 @@ Changelog
Changes in 0.8.2
================
- Reload forces read preference to be PRIMARY (#355)
- Querysets are now lest restrictive when querying duplicate fields (#332, #333)
- FileField now honouring db_alias (#341)
- Removed customised __set__ change tracking in ComplexBaseField (#344)