Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed #13120: Corrected typo in middleware doc. Thanks django@willhar…
…dy.com.au.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Mar 16, 2010
1 parent 80e7449 commit 3c59067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/http/middleware.txt
Expand Up @@ -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`
Expand Down

0 comments on commit 3c59067

Please sign in to comment.