Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12795 closed (fixed)

MessageMiddleware missing from default MIDDLEWARE_CLASSES value described in middlewared overview

Reported by: anonymous Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
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

The MIDDLEWARE_CLASSES code block at http://docs.djangoproject.com/en/dev/topics/http/middleware/ (docs/topics/http/middleware.html) hasn't been updated to include 'django.contrib.messages.middleware.MessageMiddleware' as created by startproject`.

Attachments (1)

12795.diff (567 bytes ) - added by Tim Graham 14 years ago.

Download all attachments as: .zip

Change History (4)

by Tim Graham, 14 years ago

Attachment: 12795.diff added

comment:1 by Tim Graham, 14 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: newclosed

(In [12465]) Fixed #12795 - Updated the middleware docs to include the messages app middleware. Thanks, Timo.

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