summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-29 16:23:18 -0500
committerTim Graham <timograham@gmail.com>2014-12-30 07:54:05 -0500
commitab4f709da4516672b0bd811f2b4d0c4ba9f5b636 (patch)
tree9983cba52a6a3a9cde103d19ed31e5c026cb0047 /docs
parent002a8ffe478b7520a64c9176f9f640633f643b9c (diff)
Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.
Thanks john_scott for the report and Markus Holtermann for review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 50cd0729f2..dcb782fde9 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -181,3 +181,5 @@ Bugfixes
* Supported strings escaped by third-party libraries with the ``__html__``
convention in the template engine (:ticket:`23831`).
+
+* Prevented extraneous ``DROP DEFAULT`` SQL in migrations (:ticket:`23581`).