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 /docs/ref/checks.txt | |
| 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 'docs/ref/checks.txt')
| -rw-r--r-- | docs/ref/checks.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 5d10482b0b..1259a4a285 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -734,6 +734,9 @@ The following checks are performed on the default must be in :setting:`MIDDLEWARE` in order to use the admin application. * **admin.E410**: :class:`django.contrib.sessions.middleware.SessionMiddleware` must be in :setting:`MIDDLEWARE` in order to use the admin application. +* **admin.W411**: ``django.template.context_processors.request`` must be + enabled in :class:`~django.template.backends.django.DjangoTemplates` + (:setting:`TEMPLATES`) in order to use the admin navigation sidebar. ``auth`` -------- |
