From 458d12e18458a00dafae71e46157808295024a4a Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Tue, 1 Oct 2024 09:27:36 +0200 Subject: [PATCH] update changelog with list .clear change --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index dbb37bf90..ddc8cbe45 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,8 @@ Development - Further to the deprecation warning, remove `full_response` from `QuerySet.modify` as it wasn't supported with Pymongo 3+ - Fixed stacklevel of many warnings (to point places emitting the warning more accurately) - Add support for collation/hint/comment to delete/update and aggregate #2842 +- BREAKING CHANGE: Remove LongField as it's equivalent to IntField since we drop support to Python2 long time ago (User should simply switch to IntField) #2309 +- BugFix - Calling .clear on a ListField wasn't being marked as changed (and flushed to db upon .save()) #2858 Changes in 0.29.0 =================