From: Mike Bayer Date: Fri, 4 Oct 2019 20:06:28 +0000 (-0400) Subject: - fix typo X-Git-Tag: rel_1_3_9~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74d2bf7df736fbb0030cfb830bce870adff83dbb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix typo Change-Id: I8275a9cbb9a664badbaf759ec62399ac0ead9b20 (cherry picked from commit 0e42cdced4d6ce45517192774545f7aeb061cb9d) --- diff --git a/doc/build/changelog/unreleased_13/4872.rst b/doc/build/changelog/unreleased_13/4872.rst index 4766d445d0..2822708456 100644 --- a/doc/build/changelog/unreleased_13/4872.rst +++ b/doc/build/changelog/unreleased_13/4872.rst @@ -2,8 +2,8 @@ :tags: bug, orm :tickets: 4872 - Fixed regression in selectinload loader strategy caused by #4775 (released - in version 1.3.6) where a many-to-one attribute of None would no longer be - populated by the loader. While this was usually not noticeable due to the - lazyloader populating None upon get, it would lead to a detached instance - error if the object were detached. + Fixed regression in selectinload loader strategy caused by :ticket:`4775` + (released in version 1.3.6) where a many-to-one attribute of None would no + longer be populated by the loader. While this was usually not noticeable + due to the lazyloader populating None upon get, it would lead to a detached + instance error if the object were detached.