diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-16 06:17:40 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-16 06:18:49 +0200 |
| commit | 5c6ebe19cca28a96518325bd16435c9e555bc13c (patch) | |
| tree | 3f0737af22fcaa5616768343c1383754129b9810 /docs | |
| parent | 8b2a93ee5bec74e0b4d84bd5c6a22c62b157232e (diff) | |
[4.0.x] Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.
Thanks Ben Picolo for the report.
Backport of d27e6b233f83c3429f21ff3c250a28ff302637ef from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.5.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.0.5.txt b/docs/releases/4.0.5.txt index 219614184c..8caf03bc5d 100644 --- a/docs/releases/4.0.5.txt +++ b/docs/releases/4.0.5.txt @@ -9,4 +9,5 @@ Django 4.0.5 fixes several bugs in 4.0.4. Bugfixes ======== -* ... +* Fixed a bug in Django 4.0 where not all :setting:`OPTIONS <CACHES-OPTIONS>` + were passed to a Redis client (:ticket:`33681`). |
