Fixed #12523 -- Fixed typo in docs/ref/contrib/messages.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12127 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2010-01-09 19:09:11 +00:00
parent e21d3af940
commit 161e4667df
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Four storage classes are included:
``'django.contrib.messages.storage.session.SessionStorage'``
This class stores all messages inside of the request's session. It
requires Django's ``contrib.session`` application.
requires Django's ``contrib.sessions`` application.
``'django.contrib.messages.storage.cookie.CookieStorage'``
This class stores the message data in a cookie (signed with a secret hash