[1.7.x] Updated startproject MIDDLEWARE_CLASSES in docs.

Backport of ad31bc0565914c4676bfb7c116c4be407a367be4 from master
This commit is contained in:
Daniel Harding 2015-04-24 13:55:03 +01:00 committed by Tim Graham
parent bcd7f396f9
commit 0b7d737d9f

View File

@ -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',
)