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

Improve django.template #210

Merged
merged 5 commits into from
Nov 10, 2023
Merged

Conversation

noelleleigh
Copy link

  • django.template.loader.get_template returns django.template.base.Template.
  • django.template.loader.select_template returns django.template.base.Template.
  • django.template.utils.EngineHandler.__iter__ returns an iterator of django.template.backends.base.BaseEngine.
  • django.template.utils.get_app_template_dirs returns a tuple of pathlib.Path.

Copy link
Owner

@sbdchd sbdchd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!!

@kodiakhq kodiakhq bot merged commit cdf62dd into sbdchd:main Nov 10, 2023
2 checks passed
@noelleleigh noelleleigh deleted the improve-django.template branch August 5, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants