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:
committed by
Mariusz Felisiak
parent
c7902612ca
commit
2f33217ea2
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user