From 1c2d0fdf3eb903d2323b39e0ca596e5322922a87 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 14 May 2020 10:27:35 +0200 Subject: [3.1.x] Fixed #31575 -- Added system check for admin sidebar request context processor dependency. Co-authored-by: Carlton Gibson Backport of d522b51c401429c169d88742178a9b3777903d9e from master --- docs/ref/checks.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`` -------- -- cgit v1.3