Re: Patch polishing

2007-11-10 Thread Marty Alchin
On 11/11/07, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > As for close rates and other useful metrics, yeah, those should be > more visible. :) I've wondered about building a Trac plug-in to monitor those types of things and provide reports. There's a wealth of information in Trac just waiting to b

DO NOT OPEN

2007-11-10 Thread donnnnnnnnnnnnnt
DO NOT OPEN www.chromee.blogspot.com DO NOT OPEN www.chromee.blogspot.com DO NOT OPEN www.chromee.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send

Re: Patch polishing

2007-11-10 Thread Jeremy Dunck
On Nov 10, 2007 9:32 PM, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > I dunno ... gut feeling is we need more layers here, we already have > triagers who are volunteering and doing a pretty good job. If I understood the rest of your reply correctly, you meant we *don't* need more layers here.

Re: Patch polishing

2007-11-10 Thread Malcolm Tredinnick
On Sat, 2007-11-10 at 20:49 -0600, Jeremy Dunck wrote: > "I've written before on mailing lists that only about two out of every > five submitted patches I review go in unchanged on a good day and that > seems to match other maintainers' experiences, too" > -- > http://www.pointy-stick.com/blog/2

Re: An addendum to the escaping proposals

2007-11-10 Thread Malcolm Tredinnick
On Sat, 2007-11-10 at 11:14 -0600, Gary Wilson wrote: > Malcolm Tredinnick wrote: > > I do agree with Chris, though. It's completely unrelated to > > auto-escaping (which will land today, most likely, since I've been > > merging it and updating it yesterday and the day before). > > w00t! For va

Patch polishing

2007-11-10 Thread Jeremy Dunck
"I've written before on mailing lists that only about two out of every five submitted patches I review go in unchanged on a good day and that seems to match other maintainers' experiences, too" -- http://www.pointy-stick.com/blog/2007/11/02/development-experiences-version-control/ This obviously

Re: Debugging Django

2007-11-10 Thread Graham Dumpleton
For a range of debugging options available for WSGI applications, including how to get things like pdb to run in the context of Apache, see: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques Graham On Nov 10, 5:04 am, [EMAIL PROTECTED] wrote: > On Fri, Nov 09, 2007 at 08:32:15AM -0700

Re: An addendum to the escaping proposals

2007-11-10 Thread Gary Wilson
Malcolm Tredinnick wrote: > I do agree with Chris, though. It's completely unrelated to > auto-escaping (which will land today, most likely, since I've been > merging it and updating it yesterday and the day before). w00t! > Not sure if we should build it into admin or make the middleware a > re