pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
945 stars 143 forks source link

Deprecated import from flask.ext.sqlalchemy #93

Closed mlenzen closed 8 years ago

mlenzen commented 8 years ago

This import is throwing a deprecation warning with Flask 0.11

flask_debugtoolbar/panels/sqlalchemy.py:2:    from flask.ext.sqlalchemy import get_debug_queries, SQLAlchemy
edouardberthe commented 8 years ago

And your PR : https://github.com/mgood/flask-debugtoolbar/pull/94

homeworkprod commented 8 years ago

Jup, that warning is annoying (I see it twice on startup).

jeffwidman commented 8 years ago

Fixed in #93 and #97

mattrasband commented 8 years ago

Can you make a release with this change, or is there a milestone planned for it? Thank you!

jeffwidman commented 7 years ago

Fix is now live on Pypi as version 0.10.1.