mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation when deterministic collaction is set.
Regression inf3f9d03edf
(4.2) and8ed25d65ea
(5.0).
This commit is contained in:
parent
46df3ab244
commit
34b411762b
4 changed files with 123 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue