Skip to content

Commit

Permalink
Merge pull request #2720 from bagerard/remove_depr_ensure_index
Browse files Browse the repository at this point in the history
remove deprecated method ensure_index (replaced by create_index)
  • Loading branch information
bagerard committed Jan 1, 2023
2 parents ae09e9b + b784865 commit 34bd87c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 644 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Development
they will just not be re-created whenever .save() is called.
- Added meta ``auto_create_index_on_save`` so you can enable index creation
on :meth:`~mongoengine.Document.save()` (as it was < 0.26.0).
- BREAKING CHANGE: remove deprecated method ``ensure_index`` (replaced by ``create_index`` long time ago).


Changes in 0.25.0
=================
Expand Down

0 comments on commit 34bd87c

Please sign in to comment.