mirror of
https://github.com/django/django.git
synced 2025-02-09 08:55:32 +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