From ba7a1518040cb10c803c73564049a6817f0130d8 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 25 Dec 2010 20:27:21 +0000 Subject: [PATCH] [1.2.X] Fixed #14956 - typo in messages docs. thanks alexarsh for the report. Backport of r15049 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15050 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