From 22c4ae0aaf3a00e9020c3950a53d2a3238b2091c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 26 Apr 2013 15:04:42 -0400 Subject: [PATCH] changelog for [ticket:2714] --- doc/build/changelog/changelog_08.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index ae4ff3b828..9d392e778e 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,19 @@ .. changelog:: :version: 0.8.1 + .. change:: + :tags: bug, orm + :tickets: 2714 + + A significant improvement to the inner workings of query.join(), + such that the decisionmaking involved on how to join has been + dramatically simplified. New test cases now pass such as + multiple joins extending from the middle of an already complex + series of joins involving inheritance and such. Joining from + deeply nested subquery structures is still complicated and + not without caveats, but with these improvements the edge + cases are hopefully pushed even farther out to the edges. + .. change:: :tags: feature, orm :tickets: 2673 -- 2.47.3