summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2009-03-23 23:20:40 +0000
committerLuke Plant <L.Plant.98@cantab.net>2009-03-23 23:20:40 +0000
commitcdc8c61bc3b7ba3e9b7316ae7ab1a65756ef79a2 (patch)
treef9762907fa6a2064be15168973f185ec73da10a8 /docs/topics
parent20f7e514930d108e4abb7f1af6f21edc00206030 (diff)
Made default MIDDLEWARE_CLASSES same as in project_template.
And updated docs, and also corrected them about middleware by removing 'XViewMiddleware' git-svn-id: http://code.djangoproject.com/svn/django/trunk@10129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/http/middleware.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/topics/http/middleware.txt b/docs/topics/http/middleware.txt
index 54d4c42194..fe05909a4f 100644
--- a/docs/topics/http/middleware.txt
+++ b/docs/topics/http/middleware.txt
@@ -30,7 +30,6 @@ created by :djadmin:`django-admin.py startproject <startproject>`::
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
- 'django.middleware.doc.XViewMiddleware',
)
During the request phases (:meth:`process_request` and :meth:`process_view`