summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-05-18 20:21:49 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-05-18 20:21:49 -0400
commit29b301a7ec46b871dced5580293fa8f5f8d4e899 (patch)
tree5281336ba88b9338ab20eb53e69e91849345f9ce /docs
parent87629c53ac53ffab4f76a4d5654828f183e00b23 (diff)
downloadalembic-29b301a7ec46b871dced5580293fa8f5f8d4e899.tar.gz
- Fixed bug where foreign key options including "onupdate",
"ondelete" would not render within the ``op.create_foreign_key()`` directive, even though they render within a full ``ForeignKeyConstraint`` directive. fixes #298
Diffstat (limited to 'docs')
-rw-r--r--docs/build/changelog.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 81c659d..e11713a 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -4,6 +4,18 @@ Changelog
==========
.. changelog::
+ :version: 0.7.7
+
+ .. change::
+ :tags: bug, autogenerate
+ :tickets: 298
+
+ Fixed bug where foreign key options including "onupdate",
+ "ondelete" would not render within the ``op.create_foreign_key()``
+ directive, even though they render within a full
+ ``ForeignKeyConstraint`` directive.
+
+.. changelog::
:version: 0.7.6
:released: May 5, 2015