summaryrefslogtreecommitdiff
path: root/tests/template_backends/test_django.py
Commit message (Expand)AuthorAgeFilesLines
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-2/+3
* Fixed #27258 -- Prohibited django.Template.render() with non-dict context.Shivang Bharadwaj2016-12-281-1/+19
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham2016-09-031-0/+15
* Fixed #25469 -- Added autoescape option to DjangoTemplates backend.Aaron Elliot Ross2015-11-121-0/+22
* Removed support for passing a context to a generic Template.render().Tim Graham2015-09-231-20/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons2015-05-211-1/+77
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-1/+20
* Made context take priority over context processors.Aymeric Augustin2015-01-061-0/+25
* Added basic tests for template backends.Aymeric Augustin2014-12-281-0/+9