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:35:18 -0400 |
| commit | 25f287f6b2f677213605364c33bb37f33feac953 (patch) | |
| tree | 35d92a7a575d102862e06ee77130ab0d11d7ea81 /docs | |
| parent | 7ce6b10e9464995a038289e00169ffa85d29e3a5 (diff) | |
Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
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 |
