Fixed hashing of EmbeddedDocuments (#348)

This commit is contained in:
Ross Lawley
2013-06-05 11:31:13 +00:00
parent ce44843e27
commit a246154961
3 changed files with 10 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.8.2
================
- Fixed hashing of EmbeddedDocuments (#348)
- Added lock when calling doc.Delete() for when signals have no sender (#350)
- Reload forces read preference to be PRIMARY (#355)
- Querysets are now lest restrictive when querying duplicate fields (#332, #333)