Merge pull request #1037 from MRigal/fix/1008-delete-returns-none-allowed

Added test and fix for delete with write_concern w:0
This commit is contained in:
Matthieu Rigal
2015-06-22 14:50:04 +02:00
3 changed files with 9 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ Changes in 0.9.X - DEV
- Removed get_or_create() deprecated since 0.8.0. #300
- Capped collection multiple of 256. #1011
- Added `BaseQuerySet.aggregate_sum` and `BaseQuerySet.aggregate_average` methods.
- Fix for delete with write_concern {'w': 0}. #1008
Changes in 0.9.0
================