more docs tweaks [ci skip]

This commit is contained in:
Stefan Wojcik 2017-05-08 00:14:42 -04:00
parent e52603b4a7
commit 0bc7aa52d8
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.