mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[5.0.x] Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation when deterministic collaction is set.
Regression inf3f9d03edf(4.2) and8ed25d65ea(5.0). Backport of34b411762bfrom main
This commit is contained in:
committed by
Mariusz Felisiak
parent
329ae408bf
commit
602835202d
@@ -13,3 +13,7 @@ Bugfixes
|
||||
* Fixed a regression in Django 4.2 that caused a crash of
|
||||
``QuerySet.aggregate()`` with aggregates referencing expressions containing
|
||||
subqueries (:ticket:`34798`).
|
||||
|
||||
* Restored, following a regression in Django 4.2, creating
|
||||
``varchar/text_pattern_ops`` indexes on ``CharField`` and ``TextField`` with
|
||||
deterministic collations on PostgreSQL (:ticket:`34932`).
|
||||
|
||||
Reference in New Issue
Block a user