mirror of
https://github.com/django/django.git
synced 2025-06-02 01:59:11 +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