Re: finding the source of "interesting" SQL queries

2012-10-25 Thread Marty Woodlee
something oriented towards that instead. It may take a while--priorities--but I'll post back here when I come up with something. Thanks! On Thursday, October 25, 2012 10:06:51 AM UTC-5, Anssi Kääriäinen wrote: > > On 25 loka, 17:52, Marty Woodlee wrote: > > Yeah, I don'

Re: finding the source of "interesting" SQL queries

2012-10-25 Thread Marty Woodlee
' */']) On Wednesday, October 24, 2012 12:14:49 AM UTC-5, Àlex Pérez wrote: > > You are modifying the settings on runtime , that practise is not > recommended by django and personally i have had bad experience with that... > El 24/10/2012 00:26, "Marty Woodlee"

Re: finding the source of "interesting" SQL queries

2012-10-23 Thread Marty Woodlee
So the straw man solution we've implemented for now looks like this. (Background: we have a settings.THREADLOCALS construct which serves in a capacity similar to Ned's global requests; also, our monkeypatch_method decorator does what you probably think it does.) First, we've a tiny bit of middl