Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/backends
Commit message (Expand)AuthorAgeFilesLines
* Removed support for passing a context to a generic Templa...Tim Graham2015-09-241-32/+2
* Removed dirs parameter in template engine methods and rel...Tim Graham2015-09-241-3/+3
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-4/+4
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-0/+60
* Fixed #24119, #24120 -- Formalized debug integration for ...Preston Timmons2015-05-073-14/+84
* Fixed #24538 -- Allowed self in Jinja contextTim Heap2015-04-011-1/+1
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-1/+1
* Split DTL context creation into its own function.Aymeric Augustin2015-02-101-10/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-5/+5
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-2/+30
* Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin2015-01-121-6/+8
* Made context take priority over context processors.Aymeric Augustin2015-01-061-1/+7
* Supported multiple template engines in get_template and s...Aymeric Augustin2014-12-281-7/+15
* Added Django template backend.Aymeric Augustin2014-12-285-0/+53
* Added jinja2 template backend.Aymeric Augustin2014-12-281-0/+58
* Added dummy template backend.Aymeric Augustin2014-12-282-0/+66
* Imported BaseEngine from the DEP.Aymeric Augustin2014-12-282-0/+80