resolve reference documentation says it raises an Http404
For technical correctness' sake, it actually raises a Resolver404
, which subclasses Http404
; this may be a distinction people are interested in, if they're using resolve.
Docs in question are here, linked against 1.6 for stability if the ticket is accepted and /dev/ changes to reflect it.
Change History
(6)
Owner: |
changed from nobody to Tim Graham
|
Status: |
new → assigned
|
Triage Stage: |
Unreviewed → Accepted
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
I'd be inclined to change line 32 to (a subclass of, but otherwise, LGTM.