flask-cache icon indicating copy to clipboard operation
flask-cache copied to clipboard

some mistake in jinjia2ext.py

Open lpdswing opened this issue 7 years ago • 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

lpdswing avatar Jul 31 '18 10:07 lpdswing

Also experiencing this - weird that this package currently breaks itself

agoldgeier avatar Aug 09 '18 17:08 agoldgeier

This is fixed in #192

voidus avatar Aug 24 '18 11:08 voidus

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

tabris17 avatar Feb 17 '19 12:02 tabris17

This is fixed in #192

it also has some mistake in flask

zxmrlc avatar Nov 08 '19 08:11 zxmrlc