mirror of
https://github.com/django/django.git
synced 2025-03-13 19:00:45 +00:00
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