From 174d96455396ca5cae689aa1f3b3e12ba9926999 Mon Sep 17 00:00:00 2001 From: Yohan Graterol Date: Wed, 6 Aug 2014 01:54:42 -0500 Subject: [PATCH] Update changelog.rst --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c852ff01..5be1fd9d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,8 @@ Changelog Changes in 0.9.X - DEV ====================== +- 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 - Added support to show original model fields on to_json calls instead of db_field #697 - Added Queryset.search_text to Text indexes searchs #700