From f3becf64df3937f70c2d0269255d082b27ec4f2d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 4 Mar 2014 00:44:57 -0500 Subject: [PATCH] add a seealso here --- doc/build/changelog/changelog_09.rst | 4 ++++ doc/build/changelog/migration_09.rst | 2 ++ 2 files changed, 6 insertions(+) diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index aa33c2edb1..e11710e61b 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -63,6 +63,10 @@ joins in the ORM, however we are keeping it as a non-default for now to avoid further surprises. + .. seealso:: + + :ref:`feature_2976` + .. change:: :tags: bug, ext :tickets: 2810 diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst index 5039c54d04..0697156545 100644 --- a/doc/build/changelog/migration_09.rst +++ b/doc/build/changelog/migration_09.rst @@ -1214,6 +1214,8 @@ Generates (everywhere except SQLite):: :ticket:`2369` :ticket:`2587` +.. _feature_2976: + Right-nested inner joins available in joined eager loads --------------------------------------------------------- -- 2.47.3