From 1559f64549ebcc158a5d2bece208f674fa96f537 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 21 Feb 2010 23:40:03 +0000 Subject: [PATCH] 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 --- docs/topics/http/middleware.txt | 1 + 1 file changed, 1 insertion(+) 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 `:: '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`