Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_backends/test_django.py
Commit message (Expand)AuthorAgeFilesLines
* Removed support for passing a context to a generic Templa...Tim Graham2015-09-241-20/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #17085, #24783 -- Refactored template library regis...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