summaryrefslogtreecommitdiff
path: root/tests/template_loader
AgeCommit message (Collapse)Author
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
a string.
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
This is for consistency with Template.render. It adds a little bit of knowledge about HTTP requests in django.template.loader but I think consistency trumps purity.
2014-12-28Added tests for django.template.loader.Aymeric Augustin
Deprecated features aren't tested.