1
0
mirror of https://github.com/django/django.git synced 2025-10-27 15:46:10 +00:00

[2.0.x] Fixed #28792 -- Fixed index name truncation of namespaced tables.

Refs #27458, #27843.

Thanks Tim and Mariusz for the review.

Backport of ee85ef8315 from master
This commit is contained in:
Simon Charette
2017-11-11 19:17:20 -05:00
committed by Tim Graham
parent 022aebc550
commit 0696edbc6a
5 changed files with 53 additions and 13 deletions

View File

@@ -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`).