From: Mike Bayer Date: Tue, 8 Oct 2013 23:25:55 +0000 (-0400) Subject: 0.8 changelog X-Git-Tag: rel_0_9_0b1~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f07d4b7acc7fee3eb9d9621e0aece96718b902f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8 changelog --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 632b0d3c65..9e65389ca1 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -10,6 +10,13 @@ .. 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