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 22:06:30 -0500
commita35ab95ed4eec5c62fa19bdc69ecfe0eff3e1fca (patch)
treede4cba97ae2ee5cbf65d5669d0f06a7b3f481fbb /docs
parentafcde50497983ec48020600345367e161f6ff9c3 (diff)
[1.11.x] Fixed #28792 -- Fixed index name truncation of namespaced tables.
Refs #27458, #27843. Thanks Tim and Mariusz for the review. Backport of ee85ef8315db839e5723dea19d8b971420a2ebb4 from master
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`).