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:00:51 +0200 |
| commit | d522b51c401429c169d88742178a9b3777903d9e (patch) | |
| tree | 3906605a21d2e83dbc44642bef2685432c4e141d /docs/ref | |
| parent | e341bed606d8ab2864838795276692cf86b08687 (diff) | |
Fixed #31575 -- Added system check for admin sidebar request context processor dependency.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Diffstat (limited to 'docs/ref')
| -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`` -------- |
