#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)
Change History (3)
by , 15 years ago
| Attachment: | resolve-http404.diff added |
|---|
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [14603]) Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam for the patch.