Opened 16 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)

7127.diff (526 bytes ) - added by Simon Greenhill 16 years ago.

Download all attachments as: .zip

Change History (3)

by Simon Greenhill, 16 years ago

Attachment: 7127.diff added

comment:1 by Simon Greenhill, 16 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

Hmm.. I can't see anything about redirecting in there either.

comment:2 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: newclosed

(In [7650]) Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, kcarnold and Simon Greenhill

Note: See TracTickets for help on using tickets.
Back to Top