On Oct 11, 5:43 pm, johnny <[EMAIL PROTECTED]> wrote:
> I was going over documentation on pagination and it mentions you can
> do it in two ways as follows:
>
> URL... ?page=x
> or
> (r'^objects/page(?P[0-9]+)/$', 'object_list', dict(info_dict))
>
> My question is, you would use
>
> "URL... ?page=
I was going over documentation on pagination and it mentions you can
do it in two ways as follows:
URL... ?page=x
or
(r'^objects/page(?P[0-9]+)/$', 'object_list', dict(info_dict))
My question is, you would use
"URL... ?page=x" for regular views?
"(r'^objects/page(?P[0-9]+)/$', 'object_list', d
2 matches
Mail list logo