thadeusb / flask-cache

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

ExtDeprecationWarning on flask >= 0.11 #140

Closed lixxu closed 8 years ago

lixxu commented 8 years ago

flask 0.11 will issue a ExtDeprecationWarning for flask.ext.cache format.

C:\python27\lib\site-packages\flask\exthook.py:71: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.
hitigon commented 8 years ago

139 has fixed this issue. but seems nobody is maintaining this project anymore, last commit is almost two years ago.

lixxu commented 8 years ago

duplicate with https://github.com/thadeusb/flask-cache/pull/139