#32998: process_view() is not called on 404
-------------------------------+--------------------------------------
Reporter: jooadam | Owner: nobody
Type: Bug | Status: closed
Component: HTTP handling | Version: 3.2
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by Carlton Gibson):
* status: new => closed
* resolution: => invalid
Comment:
process_view() is run after the URL is resolved. (That's how the view
`callback` parameter is populated.) So, if resolution raises a 404,
process_view() will not be called. This is expected AFAICS.
--
Ticket URL: <https://code.djangoproject.com/ticket/32998#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.a93cd3842c19bad3de4dfca7aeee0ca4%40djangoproject.com.