Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_backends
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-2112-1/+87
* Refs #24652 -- Made sure template backend tests call thei...Simon Charette2015-05-201-0/+1
* Fixed #24119, #24120 -- Formalized debug integration for ...Preston Timmons2015-05-073-1/+75
* Fixed #24685 -- Fixed check for template name unicity.Aymeric Augustin2015-05-031-0/+9
* Refs #24538 -- Simplified a test per Aymeric's feedback.Tim Graham2015-04-011-9/+2
* Fixed #24538 -- Allowed self in Jinja contextTim Heap2015-04-011-0/+18
* Refs #24469 -- Fixed escaping of forms, fields, and media...Moritz Sichert2015-03-183-1/+28
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-5/+5
* Fixed #24265 -- Preserved template backend loading except...Aymeric Augustin2015-02-051-0/+37
* Removed compatibility with Python 3.2.Tim Graham2015-01-171-12/+5
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-1/+20
* Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin2015-01-123-1/+11
* Made context take priority over context processors.Aymeric Augustin2015-01-061-0/+25
* Silenced an ImportWarning in the template_backends tests.Tim Graham2015-01-011-0/+4
* Added basic tests for template backends.Aymeric Augustin2014-12-2811-0/+112