summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Romijn <eromijn@solidlinks.nl>2014-10-04 10:34:50 +0200
committerErik Romijn <eromijn@solidlinks.nl>2014-10-04 10:34:50 +0200
commitd2f01afed0fb3357c68f2eb80b3add4651e2b279 (patch)
treefdc9fe671dc37297338b4c1b91947c8a49b5e36b
parentab8afafcc06b4d1f306459756a74eee3392b782d (diff)
[1.7.x] Made minor typographic correction to SECRET_KEY docs.
Backport of 2bb00b0b0b5232aff806c8a9b3f1126c1cf79221 from master.
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index a306061afe..7313f9db7b 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1902,7 +1902,7 @@ Django will refuse to start if :setting:`SECRET_KEY` is not set.
The secret key is used for:
* All :doc:`sessions </topics/http/sessions>` if you are using
- any other session backend than ``"django.contrib.sessions.backends.cache"``,
+ any other session backend than ``django.contrib.sessions.backends.cache``,
or if you use
:class:`~django.contrib.auth.middleware.SessionAuthenticationMiddleware`
and are using the default