summaryrefslogtreecommitdiff
path: root/docs
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 10:11:58 -0400
commit58d7b84d53832a056128192c335127f10e082f2c (patch)
treef74641259801fb44fc367427293d6ca1be2e1032 /docs
parent09b5ff64b80b2a31dc32961df16e2d3f4b681235 (diff)
[1.7.x] Fixed #23065 -- Quoted constraint names in SQL generated by migrations.
Backport of 83cd18633f from master
Diffstat (limited to 'docs')
-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`).