- fix typo

Change-Id: I8275a9cbb9a664badbaf759ec62399ac0ead9b20
(cherry picked from commit 0e42cdced4)
This commit is contained in:
Mike Bayer
2019-10-04 16:06:28 -04:00
parent 61fa0e67cd
commit 74d2bf7df7
+5 -5
View File
@@ -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.