1
0
mirror of https://github.com/django/django.git synced 2025-03-13 19:00:45 +00:00
Guillermo Bonvehí b2e2489d80 [3.1.x] Fixed #31728 -- Fixed cache culling when no key is found for deletion.
DatabaseCache._cull implementation could fail if no key was found to
perform a deletion in the table. This prevented the new cache key/value
from being correctly added.

Backport of f386454d1302b66d0eb331ed0ae9e4811e2f3a15 from master
2020-06-22 07:10:16 +02:00
..