diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-05-14 10:27:35 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-14 11:01:22 +0200 |
| commit | 1c2d0fdf3eb903d2323b39e0ca596e5322922a87 (patch) | |
| tree | a9f9a66c3142f31543885946c2ceaae1ec63d700 /tests/auth_tests | |
| parent | c9a9d042e5182cfb6c9aceaf292e5e3727f624dd (diff) | |
[3.1.x] Fixed #31575 -- Added system check for admin sidebar request context processor dependency.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of d522b51c401429c169d88742178a9b3777903d9e from master
Diffstat (limited to 'tests/auth_tests')
| -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', ], |
