From 70754964840debe35e6bf6431f5828f00ea01e99 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 29 Apr 2021 17:44:17 -0400 Subject: [PATCH] fix typo Change-Id: I664eb4f4c023ec41d51c444919ca4b6867267738 (cherry picked from commit 62527a9824fb0491ba5f165f875b57f5e5dc45c3) --- doc/build/changelog/unreleased_13/6392.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/changelog/unreleased_13/6392.rst b/doc/build/changelog/unreleased_13/6392.rst index ddd49ccf96..e7cda565a5 100644 --- a/doc/build/changelog/unreleased_13/6392.rst +++ b/doc/build/changelog/unreleased_13/6392.rst @@ -3,7 +3,7 @@ :tickets: 6392 :versions: 1.4.12 - Fixed issue in :meth:`_orm.Session.bulk_save` when used with persistent + Fixed issue in :meth:`_orm.Session.bulk_save_objects` when used with persistent objects which would fail to track the primary key of mappings where the column name of the primary key were different than the attribute name. -- 2.47.3