]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.8 changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Oct 2013 23:25:55 +0000 (19:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Oct 2013 23:25:55 +0000 (19:25 -0400)
doc/build/changelog/changelog_08.rst

index 632b0d3c656971edfd77065e6f544a00be440df1..9e65389ca11cde60441526ba4d0add7595fd2afe 100644 (file)
 .. changelog::
     :version: 0.8.3
 
+    .. change::
+        :tags: bug, sql
+        :tickets: 2831
+
+        Non-working "schema" argument on :class:`.ForeignKey` is deprecated;
+        raises a warning.  Removed in 0.9.
+
     .. change::
         :tags: bug, postgresql
         :tickets: 2819