Re: How to livereload Django templates?

2013-11-18 Thread Elyézer Rezende
On Fri, Nov 15, 2013 at 1:32 PM, charettes wrote: > Hi Nikolay, > > You could implement such a feature as a third party app by connecting a > receiver to the > template_renderedsignal. > To do a live reload the tool need to k

Re: Support POST of application/json content type

2013-11-18 Thread Tom Christie
I've created the ticket 21442 to track 'Configurable request parsing'. I've also made a first pass at refactoring the current request parsing into a generic interface that can support arbitrary parsers, and pushed the current status to the ticket_2144

Re: Making assertNumQueries more useful by printing the list of queries executed on failure

2013-11-18 Thread Dominic Rodger
Filed as https://code.djangoproject.com/ticket/21462#ticket. On Friday, November 15, 2013 8:28:09 PM UTC, Aymeric Augustin wrote: > > On 15 nov. 2013, at 18:38, gavi...@gmail.com wrote: > > Every time I get a failure on one of these types of tests I go in and edit > the code to print out the que