#15059 closed enhancement (fixed)
Jinja2-3.0.1 (Python Module)
Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 11.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version
Change History (4)
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 4 years ago
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed ate commit 95a55b4ae89894770c84a812a63dd55f45bc8c15
Note:
See TracTickets
for help on using tickets.
Version 3.0.1 - Released 2021-05-18
autoescape
and
with_
extensions shows more relevant context.
jinja2.Markup
without an argument. Use
markupsafe.Markup
instead.
render
for an async template uses
asyncio.run
on Python >= 3.7. This fixes a deprecation that Python 3.10 introduces.