use template_filter without parens

This commit is contained in:
kadai0308 2025-05-17 12:17:18 +08:00 committed by David Lord
parent 85c5d93cbd
commit daf1510a4b
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
6 changed files with 272 additions and 23 deletions

View file

@ -5,6 +5,8 @@ Unreleased
- Drop support for Python 3.9. :pr:`5730`
- Remove previously deprecated code: ``__version__``. :pr:`5648`
- ``template_filter``, ``template_test``, and ``template_global`` decorators
can be used without parentheses. :issue:`5729`
Version 3.1.1