diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-05 19:34:16 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-06 13:32:47 +0200 |
| commit | 4bf4222010fd8e413963c6c873e4088614332ef9 (patch) | |
| tree | 782a500aebfb3109f9d2fd277036df39a5a5d908 /docs | |
| parent | 02a04ab79ae8c9e1aa10a91ee8b73fc5252a58e8 (diff) | |
Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.
Thanks Patryk Zawadzki for the report.
Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.1.txt b/docs/releases/4.2.1.txt index 2dd051b8fa..c768b98b18 100644 --- a/docs/releases/4.2.1.txt +++ b/docs/releases/4.2.1.txt @@ -11,3 +11,7 @@ Bugfixes * Fixed a regression in Django 4.2 that caused a crash of ``QuerySet.defer()`` when deferring fields by attribute names (:ticket:`34458`). + +* Fixed a regression in Django 4.2 that caused a crash of + :class:`~django.contrib.postgres.search.SearchVector` function with ``%`` + characters (:ticket:`34459`). |
