summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.1.txt
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2014-09-16 23:37:18 +0600
committerTim Graham <timograham@gmail.com>2014-09-23 09:25:31 -0400
commit83cd18633fb13924d8a50a1cd4ed21cb9552a635 (patch)
tree11d18adbe065db72f0682daabd555d1f5fa96af2 /docs/releases/1.7.1.txt
parent0bea6c8749d035f7b915d670946793630b8c86c5 (diff)
Fixed #23065 -- Quoted constraint names in SQL generated by migrations.
Diffstat (limited to 'docs/releases/1.7.1.txt')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index 0a75f22e4b..ff8228103d 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -55,3 +55,6 @@ Bugfixes
* Formats for Welsh (``cy``) and several Chinese locales (``zh_CN``,
``zh_Hans``, ``zh_Hant`` and ``zh_TW``) have been added. Formats for
Macedonian have been fixed (trailing dot removed, :ticket:`23532`).
+
+* Added quoting of constraint names in the SQL generated by migrations to
+ prevent crash with uppercase characters in the name (:ticket:`23065`).