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

Enable the cached template loader #7953

Merged
merged 1 commit into from Feb 25, 2021
Merged

Conversation

davidfischer
Copy link
Contributor

The cached template loader is now the default. It will speed up situations where {% include %} is called in a loop.

https://docs.djangoproject.com/en/2.2/ref/templates/api/#template-loaders

The cached template loader is now the default.
It will speed up situations where `{% include %}` is called
in a loop.

https://docs.djangoproject.com/en/2.2/ref/templates/api/#template-loaders
@davidfischer davidfischer requested a review from a team February 24, 2021 18:31
@stsewd stsewd merged commit 9e6d217 into master Feb 25, 2021
3 checks passed
@stsewd stsewd deleted the davidfischer/cached-template-loader branch February 25, 2021 14:22
agjohnson pushed a commit that referenced this pull request Mar 2, 2021
The cached template loader is now the default.
It will speed up situations where `{% include %}` is called
in a loop.

https://docs.djangoproject.com/en/2.2/ref/templates/api/#template-loaders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants