[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
This commit is contained in:
parent
b168c1b1f9
commit
ba7a151804
@ -86,7 +86,7 @@ Four storage classes are included:
|
|||||||
``'django.contrib.messages.storage.user_messages.LegacyFallbackStorage'``
|
``'django.contrib.messages.storage.user_messages.LegacyFallbackStorage'``
|
||||||
This is the default temporary storage class.
|
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
|
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
|
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
|
(because it makes use of code that is pending deprecation) and will be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user