Awesome!
пятница, 1 февраля 2013 г., 9:25:06 UTC+4 пользователь h3 написал:
>
> Hi everybody,
>
> I would like to introduce you my latest project: django-editlive
>
> It can make any database object editable in template with a simple
> template tag.
>
> More informations, including demos and docs
kinds of data. Please correct me if I'm wrong. So I can't do something like
serializers.serialize('json" {'queryset' : queryset, 'paging_data' :
paging_data}). Similarly if I use simplejson.dumps, I lose the ability to
get that deep serialization.
-Dmitrij
I am trying to implement paging across ajax calls. The page should not
refresh when the user wants to see the next x num of results.
Here is my problem. Returning the QuerySet is super simple. I just do
(sumaJson is custom)
data = serializers.serialize('sumaJson', result_page.object_list,
rel
3 matches
Mail list logo