diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-03-16 14:40:03 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-03-16 14:40:03 +0000 |
| commit | 3c59067a4f2f7f9281bc425378555262a03c0077 (patch) | |
| tree | d670124f8b6726c0b5b6b5cab766fd4a5b206824 /docs/topics | |
| parent | 80e744945c4d6c16c820fe0671b36654ca484e43 (diff) | |
Fixed #13120: Corrected typo in middleware doc. Thanks django@willhardy.com.au.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/http/middleware.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/middleware.txt b/docs/topics/http/middleware.txt index 43d8afaa20..215a4ec12c 100644 --- a/docs/topics/http/middleware.txt +++ b/docs/topics/http/middleware.txt @@ -31,7 +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, + 'django.contrib.messages.middleware.MessageMiddleware', ) During the request phases (:meth:`process_request` and :meth:`process_view` |
