mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
Made minor typographic correction to SECRET_KEY docs.
4ad57bbe31bc1813264824111de2f9f74dbda0d6 included a few odd quotation marks.
This commit is contained in:
parent
4ad57bbe31
commit
2bb00b0b0b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user