summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2017-11-11 19:17:20 -0500
committerSimon Charette <charette.s@gmail.com>2017-11-14 21:36:25 -0500
commitee85ef8315db839e5723dea19d8b971420a2ebb4 (patch)
tree437643db0fb2af8951b13b24308e591dacd9fa1f /docs
parent532a4f22ad94db320cb0fd66f4c7ee57d17ac65a (diff)
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Refs #27458, #27843. Thanks Tim and Mariusz for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.8.txt b/docs/releases/1.11.8.txt
index 7e4963f713..426b6d92b2 100644
--- a/docs/releases/1.11.8.txt
+++ b/docs/releases/1.11.8.txt
@@ -15,3 +15,6 @@ Bugfixes
* Added support for ``QuerySet.values()`` and ``values_list()`` for
``union()``, ``difference()``, and ``intersection()`` queries
(:ticket:`28781`).
+
+* Fixed incorrect index name truncation when using a namespaced ``db_table``
+ (:ticket:`28792`).