summaryrefslogtreecommitdiff
path: root/docs/topics/http
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-02-21 23:40:03 +0000
committerJannis Leidel <jannis@leidel.info>2010-02-21 23:40:03 +0000
commit1559f64549ebcc158a5d2bece208f674fa96f537 (patch)
treefdbd0e25b4574a1238cb8289349c96d5f5bbfa1e /docs/topics/http
parent2e91309c55a78e52acedc225d91b3d18bbf68cda (diff)
Fixed #12795 - Updated the middleware docs to include the messages app middleware. Thanks, Timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/http')
-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 c64ec7dc79..43d8afaa20 100644
--- a/docs/topics/http/middleware.txt
+++ b/docs/topics/http/middleware.txt
@@ -31,6 +31,7 @@ created by :djadmin:`django-admin.py startproject <startproject>`::
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
+ 'django.contrib.messages.middleware.MessageMiddleware,
)
During the request phases (:meth:`process_request` and :meth:`process_view`