summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/build/changelog/unreleased_14/7591.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/unreleased_14/7591.rst b/doc/build/changelog/unreleased_14/7591.rst
index 4ecf983d1..5724a059d 100644
--- a/doc/build/changelog/unreleased_14/7591.rst
+++ b/doc/build/changelog/unreleased_14/7591.rst
@@ -2,7 +2,7 @@
:tags: bug, orm
:tickets: 7591
- Fixed issue in :meth:`_orm.Session.bulk_save_mappings` where the sorting
+ Fixed issue in :meth:`_orm.Session.bulk_save_objects` where the sorting
that takes place when the ``preserve_order`` parameter is set to False
would sort partially on ``Mapper`` objects, which is rejected in Python
3.11.