Commit d2f01afe authored by Erik Romijn's avatar Erik Romijn
Browse files

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

Backport of 2bb00b0b from master.
parent ab8afafc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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