Skip to content

Commit

Permalink
Merge pull request #2860 from bagerard/update_changelog_for_clear
Browse files Browse the repository at this point in the history
update changelog with list .clear change
  • Loading branch information
bagerard authored Oct 2, 2024
2 parents fd796b6 + 458d12e commit ea4e719
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=================
Expand Down

0 comments on commit ea4e719

Please sign in to comment.