diff options
| author | Tom Carrick <tom@carrick.eu> | 2023-10-27 15:46:05 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-30 11:14:08 +0100 |
| commit | 109f39a38bf62e350171d8e342788160af95d21a (patch) | |
| tree | a6012cc449d1db4feb83914ccf33bf4a16e7d0a8 /docs | |
| parent | 61612990d8c31ec1d9a9e9e48ae642a6f8d88120 (diff) | |
[4.2.x] Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation when deterministic collaction is set.
Regression in f3f9d03edf17ccfa17263c7efa0b1350d1ac9278 (4.2) and
8ed25d65ea7546fafd808086fa07e7e5bb5428fc (5.0).
Backport of 34b411762b50883d768d7b67e0a158ec39da8b09 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.7.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.7.txt b/docs/releases/4.2.7.txt index 0e8e41058e..0b1228c9f6 100644 --- a/docs/releases/4.2.7.txt +++ b/docs/releases/4.2.7.txt @@ -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`). |
