Closed mcrowson closed 7 years ago
From: http://flask.pocoo.org/docs/0.12/extensiondev/
As of Flask 0.11, most Flask extensions have transitioned to the new naming schema. The flask.ext.foo compatibility alias is still in Flask 0.11 but is now deprecated – you should use flask_foo.
See https://github.com/fengsp/flask-session/pull/49 and we are waiting for @fengsp
Fixed in #49
From: http://flask.pocoo.org/docs/0.12/extensiondev/
As of Flask 0.11, most Flask extensions have transitioned to the new naming schema. The flask.ext.foo compatibility alias is still in Flask 0.11 but is now deprecated – you should use flask_foo.