forked from orbit-oss/flask
setup method on registered blueprint is error
This commit is contained in:
parent
2a33c17854
commit
fc03d0dfab
2 changed files with 8 additions and 13 deletions
|
|
@ -20,6 +20,8 @@ Unreleased
|
|||
- ``json_encoder`` and ``json_decoder`` attributes on app and blueprint, and the
|
||||
corresponding ``json.JSONEncoder`` and ``JSONDecoder`` classes, are removed.
|
||||
- The ``json.htmlsafe_dumps`` and ``htmlsafe_dump`` functions are removed.
|
||||
- Calling setup methods on blueprints after registration is an error instead of a
|
||||
warning. :pr:`4997`
|
||||
|
||||
- Importing ``escape`` and ``Markup`` from ``flask`` is deprecated. Import them
|
||||
directly from ``markupsafe`` instead. :pr:`4996`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue