pallets-eco / flask-debugtoolbar

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

ExtDeprecationWarning: Importing flask.ext.sqlalchemy is deprecated, use flask_sqlalchemy instead. #103

Closed earwick closed 8 years ago

earwick commented 8 years ago

/flask_debugtoolbar/panels/sqlalchemy.py contains a deprecated import call. Not particularly problematic, but the amount of work required to fix it is minimal.

jeffwidman commented 8 years ago

this has been fixed in master, just none of the maintainers have had time to cut a new release yet.