You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not compatible with Django 1.8 and is no longer supported:
jmoiron/johnny-cache#69
I'll experiment with django-cachalot in a bit, but first, just pull
johnny-cache out entirely in favor of plain local memory caching. It won't
be *as* good, but I think our traffic is low enough that we can handle
it for now.
Django 1.8 no longer has the class SqlDateCompiler, so we might have to modify the code to accommodate that.
https://github.com/jmoiron/johnny-cache/blob/master/johnny/cache.py#L412
The text was updated successfully, but these errors were encountered: