From c4b8366884c258ca2efabc9cea7cfa3af4e22f82 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 25 Dec 2010 20:26:32 +0000 Subject: [PATCH] Fixed #14956 - typo in messages docs. thanks alexarsh for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15049 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/messages.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/messages.txt b/docs/ref/contrib/messages.txt index 3081f2718d..ca341f5a9d 100644 --- a/docs/ref/contrib/messages.txt +++ b/docs/ref/contrib/messages.txt @@ -86,7 +86,7 @@ Four storage classes are included: ``'django.contrib.messages.storage.user_messages.LegacyFallbackStorage'`` This is the default temporary storage class. - This class extends FallbackStorage and adds compatibility methods to + This class extends FallbackStorage and adds compatibility methods to retrieve any messages stored in the user Message model by code that has not yet been updated to use the new API. This storage is temporary (because it makes use of code that is pending deprecation) and will be