summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2021-12-13 17:09:13 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-14 07:16:30 +0100
commit2f33217ea2cad688040dd6044cdda946c62e5b65 (patch)
treece0e77218075241eb224cf194e45eb5435663eed /docs
parentc7902612ca722f25f6e461c82e6d4d5f0c22f16a (diff)
Fixed #33361 -- Fixed Redis cache backend crash on booleans.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.1.txt3
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`).