Reverting Fixed hashing of EmbeddedDocuments (#348)

This commit is contained in:
Ross Lawley
2013-06-05 13:03:15 +00:00
parent f8904a5504
commit 5cb2812231
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,6 @@ Changelog
Changes in 0.8.2
================
- ImageFields now include PIL error messages if invalid error (#353)
- 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)