Re: Checking if my patch would be a useful contribution

2010-08-15 Thread Russell Keith-Magee
On Sat, Aug 14, 2010 at 6:12 PM, Swizec Teller wrote: > Hi all, > > brand new django contributor here, been using it so much I reckon it's > about time I started giving back :) > > Anyhow, I'm using Django primarily to develop RESTful API's for web > services. This of course means a lot of JSON is

Checking if my patch would be a useful contribution

2010-08-14 Thread Swizec Teller
Hi all, brand new django contributor here, been using it so much I reckon it's about time I started giving back :) Anyhow, I'm using Django primarily to develop RESTful API's for web services. This of course means a lot of JSON is getting passed around in GET/POST requests so I wrote a simple for