thadeusb / flask-cache

Cache extension for Flask
http://packages.python.org/Flask-Cache/
Other
700 stars 185 forks source link

some mistake in jinjia2ext.py #193

Open lpdswing opened 6 years ago

lpdswing commented 6 years ago

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

agoldgeier commented 6 years ago

Also experiencing this - weird that this package currently breaks itself

voidus commented 6 years ago

This is fixed in #192

tabris17 commented 5 years ago

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

zxmrlc commented 5 years ago

This is fixed in #192

it also has some mistake in flask