| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-03 | Fixed #25788 -- Enabled the cached template loader if debug is False. | Tim Graham | |
| 2016-01-25 | Fixed #26109 -- Raised a helpful error if loader.select_tamplate() is passed ↵ | Ahmed Mohamed | |
| a string. | |||
| 2015-05-06 | Fixed #24119, #24120 -- Formalized debug integration for template backends. | Preston Timmons | |
| 2015-04-22 | Fixed #15053 -- Enabled recursive template loading. | Preston Timmons | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2015-01-07 | Added 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-28 | Added tests for django.template.loader. | Aymeric Augustin | |
| Deprecated features aren't tested. | |||
