Ticket #12523: 12523.diff

File 12523.diff, 613 bytes (added by Tim Graham, 14 years ago)

typo

  • docs/ref/contrib/messages.txt

     
    7171
    7272``'django.contrib.messages.storage.session.SessionStorage'``
    7373    This class stores all messages inside of the request's session. It
    74     requires Django's ``contrib.session`` application.
     74    requires Django's ``contrib.sessions`` application.
    7575
    7676``'django.contrib.messages.storage.cookie.CookieStorage'``
    7777    This class stores the message data in a cookie (signed with a secret hash
Back to Top