On Mon, Jun 28, 2010 at 5:13 PM, Michael Cetrulo <mail2sa...@gmail.com> wrote:
> that's incorrect, we're talking about exceptions that go back as status
> codes not internals for the application itself.
>

django.core.exceptions.PermissionDenied is caught by
BaseHandler::get_response() and converts it into a
HttpResponseForbidden (django/core/handlers/base.py + 134)

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to