mirror of
https://github.com/django/django.git
synced 2025-08-28 22:44:24 +00:00
Fixed #31575 -- Added system check for admin sidebar request context processor dependency.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
This commit is contained in:
parent
e341bed606
commit
d522b51c40
7 changed files with 52 additions and 3 deletions
|
@ -1124,6 +1124,7 @@ class ManageCheck(AdminScriptTestCase):
|
|||
'APP_DIRS': True,
|
||||
'OPTIONS': {
|
||||
'context_processors': [
|
||||
'django.template.context_processors.request',
|
||||
'django.contrib.auth.context_processors.auth',
|
||||
'django.contrib.messages.context_processors.messages',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue