Commit 2bb00b0b authored by Erik Romijn's avatar Erik Romijn
Browse files

Made minor typographic correction to SECRET_KEY docs.

4ad57bbe included a few odd
quotation marks.
parent 4ad57bbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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