summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.7.txt4
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`).