summaryrefslogtreecommitdiff
path: root/tests/template_loader
Commit message (Collapse)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
| | | | a string.
* 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
| | | | | | | 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.
* Added tests for django.template.loader.Aymeric Augustin2014-12-285-0/+107
Deprecated features aren't tested.