diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-11-22 21:33:40 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-11-23 11:54:17 +0100 |
| commit | 6294bd3903e12507c4e70e012dade82d0f52c388 (patch) | |
| tree | 5756d5318c51ccd589d3a3c69a928843a72541e2 /django/test | |
| parent | 47a131b9446eb9b31e57554f17310bc2fd43a26f (diff) | |
Encapsulated TEMPLATE_DEBUG in Engine.
Diffstat (limited to 'django/test')
| -rw-r--r-- | django/test/signals.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/test/signals.py b/django/test/signals.py index 558f6cef21..066abdfc80 100644 --- a/django/test/signals.py +++ b/django/test/signals.py @@ -83,6 +83,7 @@ def reset_default_template_engine(**kwargs): 'TEMPLATE_DIRS', 'ALLOWED_INCLUDE_ROOTS', 'TEMPLATE_CONTEXT_PROCESSORS', + 'TEMPLATE_DEBUG', 'TEMPLATE_LOADERS', 'TEMPLATE_STRING_IF_INVALID', 'FILE_CHARSET', |
