From d19bb2308d7200cceb06d1b4aea482833ffc7a05 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Thu, 24 Nov 2016 09:40:17 -0500 Subject: [PATCH] add #1389 to the changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 413314b6..eb72d847 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,6 +19,7 @@ Changes in 0.10.7 - DEV - 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 +- Fixed connecting to a list of hosts #1389 Changes in 0.10.6 =================