diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2021-12-13 17:09:13 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-14 07:16:30 +0100 |
| commit | 2f33217ea2cad688040dd6044cdda946c62e5b65 (patch) | |
| tree | ce0e77218075241eb224cf194e45eb5435663eed /docs | |
| parent | c7902612ca722f25f6e461c82e6d4d5f0c22f16a (diff) | |
Fixed #33361 -- Fixed Redis cache backend crash on booleans.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.0.1.txt b/docs/releases/4.0.1.txt index fa4ebe826f..08e5b206bb 100644 --- a/docs/releases/4.0.1.txt +++ b/docs/releases/4.0.1.txt @@ -12,3 +12,6 @@ Bugfixes * Fixed a regression in Django 4.0 that caused a crash of :meth:`~django.test.SimpleTestCase.assertFormsetError` on a formset named ``form`` (:ticket:`33346`). + +* Fixed a bug in Django 4.0 that caused a crash on booleans with the + ``RedisCache`` backend (:ticket:`33361`). |
