Close must accept kwargs because some projects bind close as signal handler for example dbtemplates, sorl-thumbnail etc.. ``` signals.request_finished.connect(cache.close) ``` fixed in #6
Close must accept kwargs because some projects bind close as signal handler
for example dbtemplates, sorl-thumbnail etc..
fixed in #6