mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Refs #27458, #27843. Thanks Tim and Mariusz for the review.
This commit is contained in:
parent
532a4f22ad
commit
ee85ef8315
5 changed files with 53 additions and 13 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue