summaryrefslogtreecommitdiff
path: root/django/template/exceptions.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-17Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2015-05-06Moved engine-related exceptions to django.template.exceptions.Preston Timmons