diff options
Diffstat (limited to 'django/template')
| -rw-r--r-- | django/template/context.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/template/context.py b/django/template/context.py index 90825fcdb5..bacce88173 100644 --- a/django/template/context.py +++ b/django/template/context.py @@ -7,6 +7,7 @@ _builtin_context_processors = ("django.template.context_processors.csrf",) class ContextPopException(Exception): "pop() has been called more times than push()" + pass |
