From: Mike Bayer Date: Fri, 21 Jan 2022 01:30:24 +0000 (-0500) Subject: typo X-Git-Tag: rel_2_0_0b1~523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d9b811555a88dd2f1cb1520027546b87383e159;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo Change-Id: Id3f1a99813be14dbfa721e6b0a6081eca4a90c05 --- diff --git a/doc/build/changelog/unreleased_14/7591.rst b/doc/build/changelog/unreleased_14/7591.rst index 4ecf983d11..5724a059da 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.