From 350465c25d39b31f227530982851cde27776ac55 Mon Sep 17 00:00:00 2001 From: Yohan Graterol Date: Tue, 26 Aug 2014 10:50:07 -0500 Subject: [PATCH] Change with PR #719 and close mongoengine/Issue #397 --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 846c5bbd..2a26fa07 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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