mirror of
https://github.com/django/django.git
synced 2025-04-10 08:19:39 +00:00
Refactored cache expiry logic for Locmemcache to make consistent across all places where accessed, and correctly handle None as expiry time. Backport of 66880e4cd from master.