Re: django-restapi Improvements Proposal

2008-03-10 Thread Jared Flatow
On Mar 8, 2008, at 10:15 AM, David Larlet wrote: > * ModelForm instead of model_for_* which are now deprecated (not > finished, still in my todo), your implementation do not cover html yet I wonder if you could give an example from your application where you need forms? Perhaps I can create an

Re: django-restapi Improvements Proposal

2008-03-10 Thread Jared Flatow
On Mar 10, 2008, at 10:16 AM, Justin Fiore wrote: > FYI, I had created a simple google code project that has classes for > all of the HTTP response codes listed in the "RESTful Webservices > Book". > Instead of adding them to django.http (since that issue was already > address and denied). Oops I

Re: django-restapi Improvements Proposal

2008-03-10 Thread Justin Fiore
Jared and all, The implementation looks very interesting. And I definitely like the method-specific authentication. FYI, I had created a simple google code project that has classes for all of the HTTP response codes listed in the "RESTful Webservices Book". Instead of adding them to django.htt

Re: django-restapi Improvements Proposal

2008-03-08 Thread David Larlet
Le 7 mars 08 à 20:26, Jared Flatow a écrit : > > On Mar 7, 2008, at 3:19 AM, versae wrote: >> After working with great intensity with django-restapi we discovered >> some fails and some unimplemented features, > > Anything in particular? Same here, we (my team) need to fix a lot of things in th

Re: django-restapi Improvements Proposal

2008-03-07 Thread Malcolm Tredinnick
On Fri, 2008-03-07 at 13:26 -0600, Jared Flatow wrote: > On Mar 7, 2008, at 3:19 AM, versae wrote: > > After working with great intensity with django-restapi we discovered > > some fails and some unimplemented features, > > Anything in particular? > > > but our code is so large, > > and I don't

Re: django-restapi Improvements Proposal

2008-03-07 Thread Jared Flatow
On Mar 7, 2008, at 3:19 AM, versae wrote: > After working with great intensity with django-restapi we discovered > some fails and some unimplemented features, Anything in particular? > but our code is so large, > and I don't know whether your code proposal is backward compatible or > whether it

Re: django-restapi Improvements Proposal

2008-03-07 Thread versae
Hi all, In the Morfeo [1] FLOSS Community (Spanish/European) we use Django and django-restapi in many projects. One of them is EzWeb [2], a free mashup platform (still beta, or even alpha ;) ) which serves contents in JSON through REST server. After working with great intensity with django-restap

django-restapi Improvements Proposal

2008-03-06 Thread Jared Flatow
Hi all, Forgive me if this is slightly off topic, but I hope to get some feedback on the design of what I think is an improved version of the django-rest-interface. I have posted a gzipped archive of the code and an example application here: http://code.google.com/p/django-rest-interface/i