Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_loader
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24119, #24120 -- Formalized debug integration for ↵Preston Timmons2015-05-071-6/+22
| | | | template backends.
* 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.