From 8fdf6649683a32702c1c1af0a82925fe55aacd20 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Wed, 3 Jul 2019 11:08:51 +0200 Subject: [PATCH] Changelog tweaks [ci skip] --- docs/changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6512c1d3..4e2aaa66 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,8 +10,8 @@ Development - Instead of `Doc.objects(foo=bar, read_preference=...)` use `Doc.objects(foo=bar).read_preference(...)`. - Instead of `Doc.objects(foo=bar, class_check=False)` use `Doc.objects(foo=bar).clear_cls_query(...)`. - This change also renames the private `QuerySet._initial_query` attribute to `_cls_query`. -- BREAKING CHANGE: Removed the deprecated `format` param from `QuerySet.explain` #2113 -- BREAKING CHANGE: Renamed `MongoEngineConnectionError` to `ConnectionFailure` #2111 +- BREAKING CHANGE: Removed the deprecated `format` param from `QuerySet.explain`. #2113 +- BREAKING CHANGE: Renamed `MongoEngineConnectionError` to `ConnectionFailure`. #2111 - If you catch/use `MongoEngineConnectionError` in your code, you'll have to rename it. - BREAKING CHANGE: Positional arguments when instantiating a document are no longer supported. #2103 - From now on keyword arguments (e.g. `Doc(field_name=value)`) are required. @@ -20,7 +20,7 @@ Development Changes in 0.18.2 ================= -- Replace deprecated PyMongo v2.x methods with their v3.x equivalents in the `SequenceField` #2097 +- Replace deprecated PyMongo v2.x methods with their v3.x equivalents in the `SequenceField`. #2097 - Various code clarity and documentation improvements. Changes in 0.18.1