Added lock when calling doc.Delete() for when signals have no sender (#350)

This commit is contained in:
Ross Lawley 2013-06-04 16:35:25 +00:00
commit eeb5a83e98
4 changed files with 16 additions and 75 deletions

View file

@ -5,6 +5,7 @@ Changelog
Changes in 0.8.2
================
- 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)
- FileField now honouring db_alias (#341)