diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-07 19:35:18 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-07 19:37:00 -0400 |
| commit | ae2250507d4f04630c920112fd4c0274a0702f4d (patch) | |
| tree | 585a6c14288109e577d4b66d404fd61079a6047a /docs | |
| parent | 4ec96b776ba63f6ad6c9064968178d0814ab9162 (diff) | |
[1.8.x] Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
Backport of 25f287f6b2f677213605364c33bb37f33feac953 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/performance.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/performance.txt b/docs/topics/performance.txt index cb391c2fdd..931d2d6fa4 100644 --- a/docs/topics/performance.txt +++ b/docs/topics/performance.txt @@ -275,8 +275,8 @@ warning in :class:`~django.middleware.gzip.GZipMiddleware` for more information. Sessions -------- -:ref:`Using cached sessions <cached-sessions-backend>` -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Using cached sessions +^^^^^^^^^^^^^^^^^^^^^ :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 |
