Re: middleware exception catching for core handlers

2008-01-05 Thread Malcolm Tredinnick
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 >

Re: middleware exception catching for core handlers

2008-01-05 Thread Karen Tracey
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

Re: middleware exception catching for core handlers

2008-01-05 Thread Brian Harring
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

Re: Is there a simple way I can find which files still use oldforms, and have no patch?

2008-01-05 Thread shabda.raaj
That would tell me which files are still using oldforms, what I want to know is which files have oldforms, but no patch created for them(which are unapplied to the svn). Some trac query perhaps? On Jan 5, 5:21 pm, Marc Fargas <[EMAIL PROTECTED]> wrote: > grep -n -R "from django import forms" >

Re: Is there a simple way I can find which files still use oldforms, and have no patch?

2008-01-05 Thread Marc Fargas
grep -n -R "from django import forms" grep -n -R "import django.forms" Hope it help ;) El sáb, 05-01-2008 a las 00:41 -0800, shabda.raaj escribió: > I submitted ticket and patch for http://code.djangoproject.com/ticket/6318, > but that is a duplicate of http://code.djangoproject.com/ticket/6083

Is there a simple way I can find which files still use oldforms, and have no patch?

2008-01-05 Thread shabda.raaj
I submitted ticket and patch for http://code.djangoproject.com/ticket/6318, but that is a duplicate of http://code.djangoproject.com/ticket/6083 . I would like to work on moving files from oldforms to newforms, How can I find out which files in newforms-admin branch have no patch against them, so