diff options
| author | Enderson Menezes <endersonster@gmail.com> | 2020-08-19 15:21:17 -0300 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-20 07:34:03 +0200 |
| commit | 67e4a9a4b9a40609fecc14f1604929ff2259a15a (patch) | |
| tree | 50435e3e6b3778458aa956dd904d52b79b2e0267 /docs | |
| parent | 4376c2c7f8cd9c7604a7d053b3c4022dd5ac2795 (diff) | |
Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 3e2b4dfb90..3060c66607 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -34,15 +34,15 @@ If you're not using the default project template, here are the requirements: #. Configure a :class:`~django.template.backends.django.DjangoTemplates` backend in your :setting:`TEMPLATES` setting with - ``django.contrib.auth.context_processors.auth``, - ``django.contrib.messages.context_processors.request``, and + ``django.template.context_processors.request``, + ``django.contrib.auth.context_processors.auth``, and ``django.contrib.messages.context_processors.messages`` in the ``'context_processors'`` option of :setting:`OPTIONS <TEMPLATES-OPTIONS>`. .. versionchanged:: 3.1 - ``django.contrib.messages.context_processors.request`` was added as a + ``django.template.context_processors.request`` was added as a requirement in the ``'context_processors'`` option to support the new :attr:`.AdminSite.enable_nav_sidebar`. |
