Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#14713 closed (fixed)

Document that resolve() can raise Http404

Reported by: Adam Vandenberg Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Adds a note to the resolve() docs that it raises Http404 when the url cannot be resolved, and add a reference to "The Http404 exception".

Attachments (1)

resolve-http404.diff (961 bytes ) - added by Adam Vandenberg 13 years ago.

Download all attachments as: .zip

Change History (3)

by Adam Vandenberg, 13 years ago

Attachment: resolve-http404.diff added

comment:1 by Alex Gaynor, 13 years ago

Resolution: fixed
Status: newclosed

(In [14603]) Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam for the patch.

comment:2 by Alex Gaynor, 13 years ago

(In [14604]) [1.2.X] Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam for the patch. Backport of [14603].

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