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

flask.ext was deprecated #101

Closed
nad2000 opened this issue Aug 15, 2016 · 4 comments
Closed

flask.ext was deprecated #101

nad2000 opened this issue Aug 15, 2016 · 4 comments

Comments

@nad2000
Copy link

nad2000 commented Aug 15, 2016

"flask.ext" (pallets/flask#1135) has been deprecated a while ago. FdT keeps importing flask_sqlalchemy with flask.ext resulting in warning messages:

exthook.py:71: ExtDeprecationWarning: Importing flask.ext.sqlalchemy is deprecated, use flask_sqlalchemy instead

@nad2000 nad2000 closed this as completed Aug 15, 2016
@caimaoy
Copy link

caimaoy commented Sep 23, 2016

How to fixed the warming?

@lingthio
Copy link

Instead of using::

from flask.ext.sqlalchemy import ...

Use::

from flask_sqlalchemy import ...

@caimaoy
Copy link

caimaoy commented Jan 13, 2017

Thanks

@jeffwidman
Copy link
Member

Dupe of #94

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

No branches or pull requests

4 participants