0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

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
This commit is contained in:
Jannis Leidel 2010-02-21 23:40:03 +00:00
parent 2e91309c55
commit 1559f64549

View File

@ -31,6 +31,7 @@ created by :djadmin:`django-admin.py startproject <startproject>`::
'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware', 'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware,
) )
During the request phases (:meth:`process_request` and :meth:`process_view` During the request phases (:meth:`process_request` and :meth:`process_view`