summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorDaniel Harding <dharding@living180.net>2015-04-24 13:55:03 +0100
committerTim Graham <timograham@gmail.com>2015-04-24 09:38:59 -0400
commit0b7d737d9fbffde9aa0f75e7a707f5398cb2ddba (patch)
treedf40df5ca5a01a8468268f636abeca92f5a17240 /docs/topics
parentbcd7f396f9c821897e2a9dab565711135ca7f9c8 (diff)
[1.7.x] Updated startproject MIDDLEWARE_CLASSES in docs.
Backport of ad31bc0565914c4676bfb7c116c4be407a367be4 from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/http/middleware.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/http/middleware.txt b/docs/topics/http/middleware.txt
index 308cbbf0a9..fd4c4f661e 100644
--- a/docs/topics/http/middleware.txt
+++ b/docs/topics/http/middleware.txt
@@ -32,6 +32,7 @@ here's the default value created by :djadmin:`django-admin.py startproject
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
+ 'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
)