Skip to content

Commit ea4e719

Browse files
authored
Merge pull request #2860 from bagerard/update_changelog_for_clear
update changelog with list .clear change
2 parents fd796b6 + 458d12e commit ea4e719

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Development
1616
- Further to the deprecation warning, remove `full_response` from `QuerySet.modify` as it wasn't supported with Pymongo 3+
1717
- Fixed stacklevel of many warnings (to point places emitting the warning more accurately)
1818
- Add support for collation/hint/comment to delete/update and aggregate #2842
19+
- 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
20+
- BugFix - Calling .clear on a ListField wasn't being marked as changed (and flushed to db upon .save()) #2858
1921

2022
Changes in 0.29.0
2123
=================

0 commit comments

Comments
 (0)