Gabryel Soh
Results
1
issues of
Gabryel Soh
Raise a clear `TypeError` when `@app.template_filter` is used without parentheses. This prevents silent failures when users mistakenly write `@app.template_filter` instead of `@app.template_filter()`, which previously led to confusing Jinja2 errors as...