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

Allow custom jinja environments #1422

Merged
merged 1 commit into from
Jun 6, 2015

Conversation

ThiefMaster
Copy link
Member

This is useful e.g. when using the new Jinja Environment
attributes added in pallets/jinja#404

This is useful e.g. when using the new Jinja Environment
attributes added in pallets/jinja#404
@@ -157,6 +157,11 @@ class Flask(_PackageBoundObject):
#: :class:`~flask.Response` for more information.
response_class = Response

#: The class that is used for the Jinja environment.
#:
#: .. versionadded:: 0.11

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@untitaker untitaker merged commit 08ac3aa into pallets:master Jun 6, 2015
@untitaker
Copy link
Contributor

Thanks @ThiefMaster!

untitaker added a commit that referenced this pull request Jun 6, 2015
@ThiefMaster ThiefMaster deleted the override-jinja-env branch June 6, 2015 11:29
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants