Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change all 'flask.ext.login' references to 'flask_login' #286

Closed
wants to merge 1 commit into from

Conversation

joeyespo
Copy link

This fixes #282.

See pallets/flask#1484 for more information.

@@ -113,7 +113,7 @@ function. For example::
flask.flash('Logged in successfully.')

next = flask.request.args.get('next')
# next_is_valid should check if the user has valid
# next_is_valid should check if the user has valid
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a lot changed in this file that doesn't seem relevant to this patch. It makes it difficult to evaluate the patch on its own and I don't generally think it's good practice to merge commits with irrelevant changes.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. I should have reviewed better before PR'ing.

@alanhamlett
Copy link
Collaborator

Merged with #289

@alanhamlett alanhamlett closed this Aug 2, 2016
@joeyespo joeyespo deleted the fix-ext-deprecation branch August 3, 2016 16:11
@joeyespo
Copy link
Author

joeyespo commented Aug 3, 2016

Thanks, @alanhamlett.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExtDeprecationWarning: Importing flask.ext.login is deprecated, use flask_login instead.
3 participants