mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #31034 -- Documented admin requires django.template.context_processors.request.
Required since d24ba1be7a.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
This commit is contained in:
committed by
Mariusz Felisiak
parent
adfbf653dc
commit
e341bed606
@@ -96,6 +96,11 @@ Minor features
|
||||
enabled by default but can be disabled by using a custom ``AdminSite`` and
|
||||
setting :attr:`.AdminSite.enable_nav_sidebar` to ``False``.
|
||||
|
||||
Rendering the sidebar requires access to the current request in order to set
|
||||
CSS and ARIA role affordances. This requires using
|
||||
``'django.template.context_processors.request'`` in the
|
||||
``'context_processors'`` option of :setting:`OPTIONS <TEMPLATES-OPTIONS>`.
|
||||
|
||||
* ``XRegExp`` is upgraded from version 2.0.0 to 3.2.0.
|
||||
|
||||
* jQuery is upgraded from version 3.4.1 to 3.5.1.
|
||||
|
||||
Reference in New Issue
Block a user