#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)
Change History (4)
by , 16 years ago
| Attachment: | 12795.diff added |
|---|
comment:1 by , 16 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12465]) Fixed #12795 - Updated the middleware docs to include the messages app middleware. Thanks, Timo.