diff options
Diffstat (limited to 'tests/auth_tests/settings.py')
| -rw-r--r-- | tests/auth_tests/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auth_tests/settings.py b/tests/auth_tests/settings.py index 9fd71dfe87..5de7f3be45 100644 --- a/tests/auth_tests/settings.py +++ b/tests/auth_tests/settings.py @@ -11,6 +11,7 @@ AUTH_TEMPLATES = [{ 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ + 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', ], |
