Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12523 closed (fixed)

Typo in The messages framework docs

Reported by: vgarvardt Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords: typo
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

'django.contrib.messages.storage.session.SessionStorage'
This class stores all messages inside of the request's session. It requires Django's contrib.session application.

Should be contrib.sessions instead.

Attachments (1)

12523.diff (613 bytes ) - added by Tim Graham 14 years ago.
typo

Download all attachments as: .zip

Change History (4)

by Tim Graham, 14 years ago

Attachment: 12523.diff added

typo

comment:1 by Tim Graham, 14 years ago

Has patch: set
Keywords: typo added
Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 14 years ago

Resolution: fixed
Status: newclosed

(In [12127]) Fixed #12523 -- Fixed typo in docs/ref/contrib/messages.txt

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top