Opened 17 years ago
Closed 17 years ago
#5169 closed (fixed)
Error reporting documentation incorrect
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | 404, SEND_BROKEN_LINK_EMAILS | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | yes |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The section on 404 reporting http://www.djangoproject.com/documentation/settings/#errors says that an email will be sent to the MANAGERS when a 404 occurs with a referrer and the CommonMiddleware is included. It does not mention that you must have SEND_BROKEN_LINK_EMAILS set in order for these to be sent.
Change History (2)
comment:1 by , 17 years ago
Needs documentation: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6008]) Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks, rokclimb15@…