more docs tweaks [ci skip]
This commit is contained in:
		| @@ -8,7 +8,7 @@ Development | |||||||
|  |  | ||||||
| Changes in 0.14.0 | 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 | - POTENTIAL BREAKING CHANGE: Made EmbeddedDocument not hashable by default #1528 | ||||||
| - Improved code quality #1531, #1540, #1541, #1547 | - Improved code quality #1531, #1540, #1541, #1547 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -8,8 +8,8 @@ Development | |||||||
|  |  | ||||||
| 0.14.0 | 0.14.0 | ||||||
| ****** | ****** | ||||||
| This release includes a few bug fixes and another significant code cleanup. | This release includes a few bug fixes and a significant code cleanup. The most | ||||||
| The most important change is that `QuerySet.as_pymongo` no longer supports a | 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 | `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. | use case, b) you'll need to override `as_pymongo` to get the desired outcome. | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user