From a9da5dd5b6f722a230a69211ad8e00a20cafcd38 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 29 Dec 2014 16:23:18 -0500 Subject: [1.7.x] Fixed #23581 -- Prevented extraneous DROP DEFAULT statements. Thanks john_scott for the report and Markus Holtermann for review. Backport of ab4f709da4516672b0bd811f2b4d0c4ba9f5b636 from master --- docs/releases/1.7.2.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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`). -- cgit v1.3