Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove jinja2.ext.with include #1

Closed
goessebr opened this issue Jun 17, 2022 · 0 comments
Closed

Remove jinja2.ext.with include #1

goessebr opened this issue Jun 17, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@goessebr
Copy link
Contributor

Since 3.1.0 It is not longer possible to include the with extension, this extension is now built-in. Trying to include this extension will prevent the application from starting up

More info: The https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-0 and https://github.com/pallets/jinja/pull/1544/files

WithExtension and AutoEscapeExtension are built-in now.

I'm not sure we are using with in this application anyway, but the line jinja2.ext.with_ needs to be removed out of the ini file(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants