summaryrefslogtreecommitdiff
path: root/django/template/backends/base.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-8/+8
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-4/+4
* Fixed #28906 -- Removed unnecessary bool() calls.Tim Graham2017-12-071-1/+1
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-6/+5
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-5/+6
* Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.Anton Samarchyan2017-02-171-8/+8
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Added Django template backend.Aymeric Augustin2014-12-281-0/+3
* Imported BaseEngine from the DEP.Aymeric Augustin2014-12-281-0/+80