From 23d06b79a64e072ba9669acd61a367226d28fdac Mon Sep 17 00:00:00 2001 From: Stanivlav Kaledin Date: Thu, 17 Nov 2016 19:05:46 +0300 Subject: [PATCH] Add info in CHANGELOG --- AUTHORS | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index e545b851..12475c2e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -241,3 +241,4 @@ that much better: * Shu Shen (https://github.com/shushen) * xiaost7 (https://github.com/xiaost7) * Victor Varvaryuk + * Stanislav Kaledin (https://github.com/sallyruthstruik) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2d325ed1..413314b6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,6 +18,7 @@ Changes in 0.10.7 - DEV - Fixed no_cursor_timeout error with pymongo 3.0+ #1304 - Replaced map-reduce based QuerySet.sum/average with aggregation-based implementations #1336 - Fixed support for `__` to escape field names that match operators names in `update` #1351 +- Add support for pickling QuerySet instances. #1397 Changes in 0.10.6 =================