]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add a seealso here
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2014 05:44:57 +0000 (00:44 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2014 05:44:57 +0000 (00:44 -0500)
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_09.rst

index aa33c2edb107a3ed8876ab72361f2b9c3a5a0122..e11710e61b8d7a624123a546b6d0f10093a5c39f 100644 (file)
         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
index 5039c54d043f70507aff993750258a1b787c5568..0697156545e3c53b1bd105619703a0ab3da9232e 100644 (file)
@@ -1214,6 +1214,8 @@ Generates (everywhere except SQLite)::
 
 :ticket:`2369` :ticket:`2587`
 
+.. _feature_2976:
+
 Right-nested inner joins available in joined eager loads
 ---------------------------------------------------------