From 2b7417c728ed0f3c6c1c12c267d9bea74433ef9d Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Mon, 28 Nov 2016 19:33:11 -0500 Subject: [PATCH] add a missing entry to the changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e40bf903..f67f915e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,6 +27,7 @@ Changes in 0.10.7 - Added support for pickling QuerySet instances. #1397 - Fixed connecting to a list of hosts #1389 - Fixed a bug where accessing broken references wouldn't raise a DoesNotExist error #1334 +- Fixed not being able to specify use_db_field=False on ListField(EmbeddedDocumentField) instances #1218 - Improvements to the dictionary fields docs # 1383 Changes in 0.10.6