Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSwitch from flask.ext.login to flask_login #946
Conversation
EdwardBetts
added some commits
Jul 13, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
EdwardBetts
Jul 13, 2016
Contributor
I've found more occurrences of flask.ext.login and submitted a new pull request: #951.
|
I've found more occurrences of flask.ext.login and submitted a new pull request: #951. |
EdwardBetts
closed this
Jul 13, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EdwardBetts commentedJul 13, 2016
Importing flask.ext.login is deprecated, use flask_login instead.
See pallets/flask#1135 for details.