thadeusb/flask-cache

some mistake in jinjia2ext.py

lpdswing opened this issue · 4 comments

line33:
from flask.ext.cache import make_template_fragment_key should change to from flask_cache import make_template_fragment_key

Otherwise, there will be an error in flask 1.0.2

Also experiencing this - weird that this package currently breaks itself

This is fixed in #192

this project seems to be deprecated. mybe you should use flask-caching instead

This is fixed in #192

it also has some mistake in flask