Re: Streaming HttpResponse revisted. Any core devs, please take a look if you can :)

2012-10-24 Thread Aymeric Augustin
Le 22 oct. 2012 à 23:50, Aymeric Augustin a écrit : > There's encoding information available both in self._charset and in the > Content-Encoding header. I was confused — Content-Encoding is typically "gzip" of "deflate"; it has nothing to do with the response charset. For all practical val

Re: finding the source of "interesting" SQL queries

2012-10-24 Thread Àlex Pérez
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" escribió: > So the straw man solution we've implemented for now looks like this. > (Background: we have a settings.THRE