1
0
mirror of https://github.com/django/django.git synced 2025-10-09 23:09:12 +00:00
django/tests/template_backends
Aymeric Augustin 44ad691558 Fixed #24265 -- Preserved template backend loading exceptions.
If importing or initializing a template backend fails, attempting to
access this template backend again must raise the same exception.
2015-02-05 20:06:18 +01:00
..