diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-04-29 17:44:17 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-04-29 17:44:33 -0400 |
commit | 70754964840debe35e6bf6431f5828f00ea01e99 (patch) | |
tree | b0b479c59a9d27481111789db2484454b0a4c3d5 | |
parent | fdf4796ccd62f112efb7b0dfb534adc9b4009255 (diff) | |
download | sqlalchemy-70754964840debe35e6bf6431f5828f00ea01e99.tar.gz |
fix typo
Change-Id: I664eb4f4c023ec41d51c444919ca4b6867267738
(cherry picked from commit 62527a9824fb0491ba5f165f875b57f5e5dc45c3)
-rw-r--r-- | doc/build/changelog/unreleased_13/6392.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/unreleased_13/6392.rst b/doc/build/changelog/unreleased_13/6392.rst index ddd49ccf9..e7cda565a 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. |