One more changelog tweak [ci skip]
This commit is contained in:
parent
483c840fc8
commit
b593764ded
@ -168,7 +168,7 @@ Changes in 0.11.0
|
|||||||
- BREAKING CHANGE: Drop Python v2.6 support. #1428
|
- BREAKING CHANGE: Drop Python v2.6 support. #1428
|
||||||
- BREAKING CHANGE: `from mongoengine.base import ErrorClass` won't work anymore for any error from `mongoengine.errors` (e.g. `ValidationError`). Use `from mongoengine.errors import ErrorClass instead`. #1428
|
- BREAKING CHANGE: `from mongoengine.base import ErrorClass` won't work anymore for any error from `mongoengine.errors` (e.g. `ValidationError`). Use `from mongoengine.errors import ErrorClass instead`. #1428
|
||||||
- BREAKING CHANGE: Accessing a broken reference will raise a `DoesNotExist` error. In the past it used to return `None`. #1334
|
- BREAKING CHANGE: Accessing a broken reference will raise a `DoesNotExist` error. In the past it used to return `None`. #1334
|
||||||
- Fixed absent rounding for DecimalField when `force_string` is set. #1103
|
- Fix absent rounding for the `DecimalField` when `force_string` is set. #1103
|
||||||
|
|
||||||
Changes in 0.10.8
|
Changes in 0.10.8
|
||||||
=================
|
=================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user