summaryrefslogtreecommitdiff
path: root/tests/template_loader/templates
AgeCommit message (Collapse)Author
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.