summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorErik Romijn <eromijn@solidlinks.nl>2014-10-04 10:32:30 +0200
committerErik Romijn <eromijn@solidlinks.nl>2014-10-04 10:32:30 +0200
commit2bb00b0b0b5232aff806c8a9b3f1126c1cf79221 (patch)
tree8f60f1cf5b1a2d3d5460c85b2f91ca5a99f9df98 /docs/ref
parent4ad57bbe31bc1813264824111de2f9f74dbda0d6 (diff)
Made minor typographic correction to SECRET_KEY docs.
4ad57bbe31bc1813264824111de2f9f74dbda0d6 included a few odd quotation marks.
Diffstat (limited to 'docs/ref')
-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 87536aca97..dc20bd8718 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2007,7 +2007,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