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