]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- changelog for pr49, fixes #335
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jan 2016 15:29:42 +0000 (10:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jan 2016 15:29:42 +0000 (10:29 -0500)
docs/build/changelog.rst

index 1f8265de6db3d5f4c2c9293dca407f7eacb417d9..e493d9b09a201eab47d2bc13cddc8ee8a6362483 100644 (file)
@@ -6,6 +6,15 @@ Changelog
 .. changelog::
     :version: 0.8.5
 
+    .. change::
+      :tags: bug, autogenerate
+      :tickets: 335
+      :pullreq: bitbucket:49
+
+      Fixed bug where the columns rendered in a ``PrimaryKeyConstraint``
+      in autogenerate would inappropriately render the "key" of the
+      column, not the name.  Pull request courtesy Jesse Dhillon.
+
     .. change::
       :tags: bug, batch
       :tickets: 354