1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[1.7.x] Made minor typographic correction to SECRET_KEY docs.

Backport of 2bb00b0b0b5232aff806c8a9b3f1126c1cf79221 from master.
This commit is contained in:
Erik Romijn 2014-10-04 10:34:50 +02:00
parent ab8afafcc0
commit d2f01afed0

View File

@ -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