Skip to content

aiohttp-jinja2 1.1.0 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 05 Sep 14:08
· 592 commits to master since this release

Added support for handling nested applications.

CHANGES

  • Bump minimal supported aiohttp version to 3.2

  • Use request.config_dict for accessing jinja2 environment. It
    allows reusing jinja rendering engine from the parent application.