mirror of
https://github.com/django/django.git
synced 2025-04-16 21:34:37 +00:00
Also removed the hasattr check when firing request_finished signal for caches with a 'close' method. Should be safe to call `cache.close` everywhere now