Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SqlDateCompiler is removed in django 1.8 #69

Open
karthikbgl opened this issue Apr 29, 2015 · 1 comment
Open

SqlDateCompiler is removed in django 1.8 #69

karthikbgl opened this issue Apr 29, 2015 · 1 comment

Comments

@karthikbgl
Copy link

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

@BertrandBordage
Copy link
Contributor

Johnny-cache isn’t supported anymore, use django-cachalot instead.

thraxil added a commit to ccnmtl/ccdb that referenced this issue Aug 21, 2015
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants