From: Mike Bayer Date: Sun, 25 Aug 2013 16:03:07 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_6_1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f8d3d7f02c47c3c4fe4b0c5c37f14546835a15f;p=thirdparty%2Fsqlalchemy%2Falembic.git changelog --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 02b2b607..ba37203a 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -7,6 +7,13 @@ Changelog :version: 0.6.1 :released: no release date + .. change:: + :tags: bug + + Added the "deferrable" keyword argument to :func:`.op.create_foreign_key` + so that ``DEFERRABLE`` constraint generation is supported; courtesy + Pedro Romano. + .. change:: :tags: bug :tickets: 137