pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
507 stars 238 forks source link

Change flask.ext.session to flask_session in imports #59

Closed mcrowson closed 7 years ago

mcrowson commented 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.

romeojulietthotel commented 7 years ago

See https://github.com/fengsp/flask-session/pull/49 and we are waiting for @fengsp

fengsp commented 7 years ago

Fixed in #49