summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOleg <juravel2@gmail.com>2018-09-25 23:00:20 +0300
committerTim Graham <timograham@gmail.com>2018-09-25 16:10:47 -0400
commitcdb8ee741d0bc72713baf6612e4218d44cfd3958 (patch)
tree0a23f50164600a73a772a47dd86d80b2fc077129 /docs
parentf53ed7846bc5ed305ae5547af6e504d0deeafd05 (diff)
[2.1.x] Fixed #29778 -- Fixed quoting of unique index names.
Regression in 3b429c96736b8328c40e5d77282b0d30de563c3c. Backport of d1d5c97bc2821bf8c0f4b2d9c7ab16200845b494 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.2.txt b/docs/releases/2.1.2.txt
index 3118df77ae..3651440bc6 100644
--- a/docs/releases/2.1.2.txt
+++ b/docs/releases/2.1.2.txt
@@ -19,3 +19,6 @@ Bugfixes
(:ticket:`29755`).
* Added compatibility for ``cx_Oracle`` 7 (:ticket:`29759`).
+
+* Fixed a regression in Django 2.0 where unique index names weren't quoted
+ (:ticket:`29778`).