mirror of https://github.com/django/django.git
Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
This commit is contained in:
parent
7ce6b10e94
commit
25f287f6b2
|
@ -275,8 +275,8 @@ warning in :class:`~django.middleware.gzip.GZipMiddleware` for more information.
|
||||||
Sessions
|
Sessions
|
||||||
--------
|
--------
|
||||||
|
|
||||||
:ref:`Using cached sessions <cached-sessions-backend>`
|
Using cached sessions
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
:ref:`Using cached sessions <cached-sessions-backend>` may be a way to increase
|
:ref:`Using cached sessions <cached-sessions-backend>` may be a way to increase
|
||||||
performance by eliminating the need to load session data from a slower storage
|
performance by eliminating the need to load session data from a slower storage
|
||||||
|
|
Loading…
Reference in New Issue