Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 0bc7aa5

Browse files
committed
more docs tweaks [ci skip]
1 parent e52603b commit 0bc7aa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Development
88

99
Changes in 0.14.0
1010
=================
11-
- BREAKING CHANGE: Removed the `coerce_types` param from `QuerySet.as_pymongo`.
11+
- BREAKING CHANGE: Removed the `coerce_types` param from `QuerySet.as_pymongo` #1549
1212
- POTENTIAL BREAKING CHANGE: Made EmbeddedDocument not hashable by default #1528
1313
- Improved code quality #1531, #1540, #1541, #1547
1414

docs/upgrade.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Development
88

99
0.14.0
1010
******
11-
This release includes a few bug fixes and another significant code cleanup.
12-
The most important change is that `QuerySet.as_pymongo` no longer supports a
11+
This release includes a few bug fixes and a significant code cleanup. The most
12+
important change is that `QuerySet.as_pymongo` no longer supports a
1313
`coerce_types` mode. If you used it in the past, a) please let us know of your
1414
use case, b) you'll need to override `as_pymongo` to get the desired outcome.
1515

0 commit comments

Comments
 (0)