diff options
| author | Simon Charette <charette.s@gmail.com> | 2017-11-11 19:17:20 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-11-15 07:58:36 -0500 |
| commit | 0696edbc6a724ceaba86a977b6d21e57647cb2ac (patch) | |
| tree | f0e268d7a58d7d63e0e06b8cd867290a8ff9fe7c /docs | |
| parent | 022aebc55049075e0852dc7b0ce01ea085fe5dcb (diff) | |
[2.0.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.txt | 3 |
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`). |
