Skip to content

Commit

Permalink
Fixed #14956 - typo in messages docs. thanks alexarsh for the report.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Dec 25, 2010
1 parent 9ad2ef3 commit c4b8366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/messages.txt
Expand Up @@ -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
Expand Down

0 comments on commit c4b8366

Please sign in to comment.