From: Mike Bayer Date: Tue, 4 Mar 2014 05:44:57 +0000 (-0500) Subject: add a seealso here X-Git-Tag: rel_0_9_4~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3becf64df3937f70c2d0269255d082b27ec4f2d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add a seealso here --- 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 ---------------------------------------------------------