Fix merge of PR #747

This commit is contained in:
Yohan Graterol
2014-08-27 11:14:43 -05:00
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- Allow specifying the '_cls' as a field for indexes #397
- 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