Change with PR #719 and close mongoengine/Issue #397

This commit is contained in:
Yohan Graterol 2014-08-26 10:50:07 -05:00
parent 5b9c70ae22
commit 350465c25d

View File

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