Author: adrian
Date: 2010-01-09 13:09:11 -0600 (Sat, 09 Jan 2010)
New Revision: 12127

Modified:
   django/trunk/docs/ref/contrib/messages.txt
Log:
Fixed #12523 -- Fixed typo in docs/ref/contrib/messages.txt

Modified: django/trunk/docs/ref/contrib/messages.txt
===================================================================
--- django/trunk/docs/ref/contrib/messages.txt  2010-01-09 19:08:03 UTC (rev 
12126)
+++ django/trunk/docs/ref/contrib/messages.txt  2010-01-09 19:09:11 UTC (rev 
12127)
@@ -71,7 +71,7 @@
 
 ``'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

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to