vernon wrote:
> Hi,
>
> I'm trying to do something fairly simple (and doable), but I was
> wondering if there was a "best practices" approach. I'm developing a
> client-heavy app, and I'd like to return something like this to my
> JavaScript:
>
> {"posts": Post.objects.all(), "comments": Comment.ob
Hi,
I'm trying to do something fairly simple (and doable), but I was
wondering if there was a "best practices" approach. I'm developing a
client-heavy app, and I'd like to return something like this to my
JavaScript:
{"posts": Post.objects.all(), "comments": Comment.objects.all()}
Right now, I'
2 matches
Mail list logo