Karen Tracey wrote:
> Can't answer as to why it is the way it is, but Gary did open a defect to
> track the issue, and it has a patch:
>
> http://code.djangoproject.com/ticket/6094
>
> Someone else a couple of weeks ago opened another couple of defects covering
> the same issue, and when pointed
On Sat, 2008-01-05 at 23:29 -0500, Karen Tracey wrote:
> On Jan 5, 2008 9:27 PM, Brian Harring <[EMAIL PROTECTED]> wrote:
> On Tue, Nov 20, 2007 at 02:30:24PM -0600, Gary Wilson Jr.
> wrote:
> >
> > We don't seem to be catching exceptions raised in response
>
On Jan 5, 2008 9:27 PM, Brian Harring <[EMAIL PROTECTED]> wrote:
> On Tue, Nov 20, 2007 at 02:30:24PM -0600, Gary Wilson Jr. wrote:
> >
> > We don't seem to be catching exceptions raised in response or request
> > middleware, causing bare exceptions to be displayed. Is there a reason
> > we are n
On Tue, Nov 20, 2007 at 02:30:24PM -0600, Gary Wilson Jr. wrote:
>
> We don't seem to be catching exceptions raised in response or request
> middleware, causing bare exceptions to be displayed. Is there a reason
> we are not catching these and displaying pretty error pages?
>
> Which leads me
We don't seem to be catching exceptions raised in response or request
middleware, causing bare exceptions to be displayed. Is there a reason
we are not catching these and displaying pretty error pages?
Which leads me to another observation. There seems to be a bit of
duplication in the WSGIH