From: Mike Bayer Date: Thu, 29 Apr 2021 21:44:17 +0000 (-0400) Subject: fix typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70754964840debe35e6bf6431f5828f00ea01e99;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo Change-Id: I664eb4f4c023ec41d51c444919ca4b6867267738 (cherry picked from commit 62527a9824fb0491ba5f165f875b57f5e5dc45c3) --- 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.