diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2010-01-09 19:09:11 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2010-01-09 19:09:11 +0000 |
| commit | 161e4667df66b4c782cf6be51a8be747633e33ad (patch) | |
| tree | 217f6db5852b2c06513433b0230d5d1e155085c8 /docs | |
| parent | e21d3af940ffb4e1d542ec4b910e77fc81289687 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/messages.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/messages.txt b/docs/ref/contrib/messages.txt index 20b509388c..7cfe4ae85a 100644 --- a/docs/ref/contrib/messages.txt +++ b/docs/ref/contrib/messages.txt @@ -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 |
