Skip to content

Commit

Permalink
[1.7.x] Updated startproject MIDDLEWARE_CLASSES in docs.
Browse files Browse the repository at this point in the history
Backport of ad31bc0 from master
  • Loading branch information
living180 authored and timgraham committed Apr 24, 2015
1 parent bcd7f39 commit 0b7d737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/topics/http/middleware.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)
Expand Down

0 comments on commit 0b7d737

Please sign in to comment.