From 6148a608fb1fe588549870b76bcf43a52a8879d3 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Mon, 11 Jul 2016 10:45:40 -0700 Subject: [PATCH] update the changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a5b0dd2f..c52f2776 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,6 +15,7 @@ Changes in 0.10.7 - DEV - ListField now handles negative indicies correctly. #1270 - Fixed AttributeError when initializing EmbeddedDocument with positional args. #681 - Fixed no_cursor_timeout error with pymongo 3.0+ #1304 +- Replaced map-reduce based QuerySet.sum/average with aggregation-based implementations #1336 Changes in 0.10.6 =================