From 1fc5b954f2095ddc116be08f392deb3a6801446a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Mon, 10 Jun 2019 22:38:37 +0200 Subject: [PATCH] fix typo in changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9311b8c1..9ef90afe 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,7 +18,7 @@ Development - Fix querying on `(Generic)EmbeddedDocument` subclasses fields #475 - Generate unique indices for `SortedListField` and `EmbeddedDocumentListFields` #2020 - BREAKING CHANGE: Changed the behavior of a custom field validator (i.e `validation` parameter of a `Field`). It is now expected to raise a `ValidationError` instead of returning True/False #2050 -- BREAKING CHANGE: `QuerySet.aggreagte` now takes limit and skip value into account #2029 +- BREAKING CHANGE: `QuerySet.aggregate` now takes limit and skip value into account #2029 - BREAKING CHANGES (associated with connect/disconnect fixes): - Calling `connect` 2 times with the same alias and different parameter will raise an error (should call `disconnect` first). - `disconnect` now clears `mongoengine.connection._connection_settings`.