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:
committed by
Tim Graham
parent
022aebc550
commit
0696edbc6a
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user