summaryrefslogtreecommitdiff
path: root/tests/template_loader
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2016-09-03Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham
2016-01-25Fixed #26109 -- Raised a helpful error if loader.select_tamplate() is passed ...Ahmed Mohamed
2015-05-06Fixed #24119, #24120 -- Formalized debug integration for template backends.Preston Timmons
2015-04-22Fixed #15053 -- Enabled recursive template loading.Preston Timmons
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-07Added a request argument to render_to_string.Aymeric Augustin
2014-12-28Added tests for django.template.loader.Aymeric Augustin