]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Aug 2013 16:03:07 +0000 (12:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Aug 2013 16:03:07 +0000 (12:03 -0400)
docs/build/changelog.rst

index 02b2b607848ec4e9058354a1417ca9041cb55f8a..ba37203aadae3a3061520e5bbdc5356125c93ac9 100644 (file)
@@ -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