From 867b119061759d283b9695bbf2f3e960979a96f8 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Sat, 27 Jul 2019 23:13:03 +0200 Subject: [PATCH] Fix typo --- doc/build/changelog/changelog_13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index 1e225c8915..f820020bca 100644 --- a/doc/build/changelog/changelog_13.rst +++ b/doc/build/changelog/changelog_13.rst @@ -42,7 +42,7 @@ :tags: performance, orm :tickets: 4775 - The optimzation applied to selectin loading in :ticket:`4340` where a JOIN + The optimization applied to selectin loading in :ticket:`4340` where a JOIN is not needed to eagerly load related items is now applied to many-to-one relationships as well, so that only the related table is queried for a simple join condition. In this case, the related items are queried -- 2.47.2