1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #33361 -- Fixed Redis cache backend crash on booleans.

This commit is contained in:
Jeremy Lainé
2021-12-13 17:09:13 +01:00
committed by Mariusz Felisiak
parent c7902612ca
commit 2f33217ea2
3 changed files with 21 additions and 4 deletions

View File

@@ -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`).