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:
parent
e21d3af940
commit
161e4667df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue