fix-#746: Stop ensure_indexes running on a secondaries unless connection is through mongos

This commit is contained in:
DavidBord
2014-08-24 10:47:59 +03:00
parent 41cfe5d2ca
commit c1b202c119
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- Stop ensure_indexes running on a secondaries unless connection is through mongos #746
- Not overriding default values when loading a subset of fields #399
- Saving document doesn't create new fields in existing collection #620
- Added `Queryset.aggregate` wrapper to aggregation framework #703