summaryrefslogtreecommitdiff
path: root/tests/template_loader
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-58/+72
* Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham2016-09-031-1/+4
* Fixed #26109 -- Raised a helpful error if loader.select_tamplate() is passed ...Ahmed Mohamed2016-01-251-0/+9
* Fixed #24119, #24120 -- Formalized debug integration for template backends.Preston Timmons2015-05-061-6/+22
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-4/+28
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+4
* Added a request argument to render_to_string.Aymeric Augustin2015-01-072-0/+12
* Added tests for django.template.loader.Aymeric Augustin2014-12-285-0/+107