Added test and fix for delete with write_concern w:0

This commit is contained in:
Matthieu Rigal
2015-06-21 03:40:45 +02:00
parent 5fa5284b58
commit bcc4d4e8c6
3 changed files with 8 additions and 1 deletions

View File

@@ -26,6 +26,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
================