summaryrefslogtreecommitdiff
path: root/django/template/backends/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+2
* Refs #27753 -- Favored SafeString over SafeText.Tim Graham2019-02-061-2/+2
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Added Django template backend.Aymeric Augustin2014-12-281-0/+3
* Added dummy template backend.Aymeric Augustin2014-12-281-0/+14