diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-16 06:17:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-16 06:17:40 +0200 |
| commit | d27e6b233f83c3429f21ff3c250a28ff302637ef (patch) | |
| tree | 83111be79d958775ee6322f20fa4abdd04096655 /docs | |
| parent | d3677043fce0fec5d082e8cae142d5e5df35a2b5 (diff) | |
Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.
Thanks Ben Picolo for the report.
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`). |
