]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
see also
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jul 2013 17:53:01 +0000 (13:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jul 2013 17:53:01 +0000 (13:53 -0400)
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_09.rst

index 989dc433de37e50ac7029b830a3dfb989df1e641..ce37c688da7d64765c09b69446aad90a8f074f7f 100644 (file)
         target column as soon as that other column is associated,
         and now works for composite foreign keys as well.
 
+        .. seealso::
+
+            :ref:`migration_1765`
+
     .. change::
         :tags: feature, sql
         :tickets: 2744, 2734
         optimize the evaulation of the same expression in two different
         contexts.
 
+        .. seealso::
+
+            :ref:`migration_1068`
+
     .. change::
         :tags: feature, firebird
         :tickets: 2504
index 127b1e69771c70bb723bb03700e2f5f0b74ade86..5f8f854e1134b56e845779b193aa1d4f0306766f 100644 (file)
@@ -387,6 +387,8 @@ Generates (everywhere except SQLite)::
 
 :ticket:`2369` :ticket:`2587`
 
+.. _migration_1068:
+
 Label constructs can now render as their name alone in an ORDER BY
 ------------------------------------------------------------------
 
@@ -423,6 +425,8 @@ that will disable the feature based on database version detection.
 
 :ticket:`1068`
 
+.. _migration_1765:
+
 Columns can reliably get their type from a column referred to via ForeignKey
 ----------------------------------------------------------------------------