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:36:57 -0400 |
| commit | 2c11002fec389e5ee4e2c7a4ba64709a34c05c64 (patch) | |
| tree | af1b0b568fd5c3373122bbfcd861fc6aa00a51b8 | |
| parent | 8a9872543ca4f8d017c2ccccd49d9a202dd3d390 (diff) | |
[1.9.x] Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
Backport of 25f287f6b2f677213605364c33bb37f33feac953 from master
| -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 |
