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