summaryrefslogtreecommitdiff
path: root/docs/topics/http
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-11-03 12:30:48 +0200
committerTim Graham <timograham@gmail.com>2014-11-03 21:43:21 -0500
commitc3b101fae5fb1218ebad78b3439a4b5ae1f05142 (patch)
tree5f69c3b26f726e5008f7c780e661796c8f6daf17 /docs/topics/http
parent6b32adda5935baa7cf99886c6c41a4eda358d2ef (diff)
[1.7.x] Fixed versionchanged indentation in docs/.
Backport of 5c517ec218 from master
Diffstat (limited to 'docs/topics/http')
-rw-r--r--docs/topics/http/sessions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt
index 3783b90101..85431b5b1c 100644
--- a/docs/topics/http/sessions.txt
+++ b/docs/topics/http/sessions.txt
@@ -97,8 +97,8 @@ configuration instructions for the `using database-backed sessions`_.
.. versionchanged:: 1.7
-Before version 1.7, the ``cached_db`` backend always used the ``default`` cache
-rather than the :setting:`SESSION_CACHE_ALIAS`.
+ Before version 1.7, the ``cached_db`` backend always used the ``default``
+ cache rather than the :setting:`SESSION_CACHE_ALIAS`.
Using file-based sessions
-------------------------