forked from orbit-oss/flask
all teardown callbacks are called despite errors
This commit is contained in:
parent
7b0088693e
commit
fbb6f0bc4c
10 changed files with 195 additions and 81 deletions
|
|
@ -14,6 +14,7 @@ Unreleased
|
|||
If subclasses were overriding these methods, the old signature is detected,
|
||||
shows a deprecation warning, and will continue to work during the
|
||||
deprecation period. :issue:`5815`
|
||||
- All teardown callbacks are called, even if any raise an error. :pr:`5928`
|
||||
- The ``should_ignore_error`` is deprecated. Handle errors as needed in
|
||||
teardown handlers instead. :issue:`5816`
|
||||
- ``template_filter``, ``template_test``, and ``template_global`` decorators
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue