Fix typing of jinja decorators (#4109)
This commit is contained in:
parent
a960236117
commit
8e589daaf2
2 changed files with 5 additions and 3 deletions
|
|
@ -8,6 +8,8 @@ Unreleased
|
|||
- Fix type annotation for ``teardown_request``. :issue:`4093`
|
||||
- Fix type annotation for ``before_request`` and ``before_app_request``
|
||||
decorators. :issue:`4104`
|
||||
- Fixed the issue where typing requires template global
|
||||
decorators to accept functions with no arguments. :issue:`4098`
|
||||
|
||||
|
||||
Version 2.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue