summaryrefslogtreecommitdiff
path: root/django/template/exceptions.py
AgeCommit message (Expand)Author
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