johnny-cache icon indicating copy to clipboard operation
johnny-cache copied to clipboard

celery_enable_all does not respect DISABLE_QUERYSET_CACHE setting

Open kylegibson opened this issue 11 years ago • 0 comments

If DISABLE_QUERYSET_CACHE is set to True, QueryCacheMiddleware is a no-op. However, celery_enable_all (specifically, johnny.cache.utils.prerun_handler) calls patch indiscriminately.

kylegibson avatar Aug 01 '13 21:08 kylegibson