On Nov 9, 11:45 am, Russell Keith-Magee
wrote:
> On Mon, Nov 9, 2009 at 9:40 AM, Matt Schinckel
> wrote:
>
> > I am developing a django site that has a RESTful API, and allows for
> > json representations of the resources.
>
> > I have hit a bit of a hitch with respect to the data that I need t
On Mon, Nov 9, 2009 at 9:40 AM, Matt Schinckel wrote:
>
> I am developing a django site that has a RESTful API, and allows for
> json representations of the resources.
>
> I have hit a bit of a hitch with respect to the data that I need to
> PUT, to do with the inbuilt test client.
>
> If I use c
I am developing a django site that has a RESTful API, and allows for
json representations of the resources.
I have hit a bit of a hitch with respect to the data that I need to
PUT, to do with the inbuilt test client.
If I use client.post(url, data, content_type='application/json',
**AUTH), then
3 matches
Mail list logo