summaryrefslogtreecommitdiff
path: root/tests/template_backends/test_utils.py
AgeCommit message (Collapse)Author
2015-02-05[1.8.x] Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin
If importing or initializing a template backend fails, attempting to access this template backend again must raise the same exception. Backport of 44ad6915 from master