Re: Introducing ModelView, a RESTful class-based view of your resources

2008-06-20 Thread tifosi
David Larlet wrote: > > > Salut Clément, > > Le 19 juin 08 à 16:15, tifosi a écrit : >> >> Hi David, >> >> Thank for your code and the repository, I use the django-rest- >> interface and >> it's good news, that someone continue the job. >>

Re: Introducing ModelView, a RESTful class-based view of your resources

2008-06-19 Thread tifosi
Hi David, Thank for your code and the repository, I use the django-rest-interface and it's good news, that someone continue the job. I would like to get nested resources (e.g.: /articles/1/comments/ or /user/username/jobs/) and the problem is that you have to pass statically the queryset. I