Closed igalarzab closed 9 years ago
Ok I see. I'm not really using it at the moment so I won't have the time fixing it. Would you like to make up a pull request for this?
I submitted the PR #51 fixing this issue in a compatible way with older versions of django
Was this ever merged?
It was just merged :) Sorry for the long wait.
Django has changed the way it finds templates [1] in Django 1.7 and now it's necessary to overwrite
find_template
to recreate the key, prepending the flavour as inload_template
.[1] https://github.com/django/django/blob/master/django/template/loaders/cached.py#L36