remove deprecated flask.ext

This commit is contained in:
David Lord 2017-06-26 08:47:28 -07:00
parent 4c564779d1
commit 715a9a3e7b
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
6 changed files with 4 additions and 495 deletions

View file

@ -84,6 +84,9 @@ Major release, unreleased
if ``app.jinja_env`` was already accessed. (`#2373`_)
- The following old deprecated code was removed. (`#2385`_)
- ``flask.ext`` - import extensions directly by their name instead of
through the ``flask.ext`` namespace. For example,
``import flask.ext.sqlalchemy`` becomes ``import flask_sqlalchemy``.
- ``Flask.init_jinja_globals`` - extend ``Flask.create_jinja_environment``
instead.
- ``Flask.error_handlers`` - tracked by ``Flask.error_handler_spec``,