Opened 17 years ago
Closed 16 years ago
#7127 closed (fixed)
page_not_found (404 view) docstring looks wrong
Reported by: | Kenneth Arnold | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | 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
django.views.defaults.page_not_found
docstring starts off:
Default 404 handler, which looks for the requested URL in the redirects table, redirects if found, and displays 404 page if not redirected.
The code doesn't do anything about redirects. Odd?
Attachments (1)
Change History (3)
by , 16 years ago
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.
Hmm.. I can't see anything about redirecting in there either.