#13084 closed (fixed)
Error reporting how-to has a typo, causing it to fail to link to the appropriate section
Reported by: | Dan Carroll | Owned by: | Dan Carroll |
---|---|---|---|
Component: | Documentation | Version: | 1.2-beta |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Link:
http://docs.djangoproject.com/en/dev/howto/error-reporting/#howto-error-reporting
First time the 'ADMINS' setting it referenced, it is incorrectly referred to as 'ADMIN'
I'll attach a patch shortly.
Attachments (1)
Change History (6)
by , 15 years ago
Attachment: | 13084.diff added |
---|
comment:1 by , 15 years ago
Has patch: | set |
---|
comment:2 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [12757]) Fixed #13084: Corrected typo in error-reporting docs.