]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Oct 2019 20:06:28 +0000 (16:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Oct 2019 20:06:28 +0000 (16:06 -0400)
Change-Id: I8275a9cbb9a664badbaf759ec62399ac0ead9b20

doc/build/changelog/unreleased_13/4872.rst

index 4766d445d0a830b982584e138fe9ceedad042c8c..2822708456ba2a5dcd0a97d7f6cf01288a645a9c 100644 (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.