From 0bc7aa52d8a3a8ec324f47b2daac79688578001e Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Mon, 8 May 2017 00:14:42 -0400 Subject: [PATCH] more docs tweaks [ci skip] --- docs/changelog.rst | 2 +- docs/upgrade.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index b50b1b32..c60bbf09 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,7 +8,7 @@ Development Changes in 0.14.0 ================= -- BREAKING CHANGE: Removed the `coerce_types` param from `QuerySet.as_pymongo`. +- BREAKING CHANGE: Removed the `coerce_types` param from `QuerySet.as_pymongo` #1549 - POTENTIAL BREAKING CHANGE: Made EmbeddedDocument not hashable by default #1528 - Improved code quality #1531, #1540, #1541, #1547 diff --git a/docs/upgrade.rst b/docs/upgrade.rst index a433db7d..65d13359 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -8,8 +8,8 @@ Development 0.14.0 ****** -This release includes a few bug fixes and another significant code cleanup. -The most important change is that `QuerySet.as_pymongo` no longer supports a +This release includes a few bug fixes and a significant code cleanup. The most +important change is that `QuerySet.as_pymongo` no longer supports a `coerce_types` mode. If you used it in the past, a) please let us know of your use case, b) you'll need to override `as_pymongo` to get the desired outcome.