mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +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:
@@ -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