summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-03-04 00:44:57 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-03-04 00:44:57 -0500
commitf3becf64df3937f70c2d0269255d082b27ec4f2d (patch)
tree8bc500392770819d29a650a8e870fc42b6f6bbe3
parent2469b651e61066dd63a0c60d7eeb7cfce16c2ee5 (diff)
downloadsqlalchemy-f3becf64df3937f70c2d0269255d082b27ec4f2d.tar.gz
add a seealso here
-rw-r--r--doc/build/changelog/changelog_09.rst4
-rw-r--r--doc/build/changelog/migration_09.rst2
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index aa33c2edb..e11710e61 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 5039c54d0..069715654 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
---------------------------------------------------------