Re: admin-like list views

2008-06-16 Thread Jonas Oberschweiber

Hi,

pagination is done by the object_list generic view. You'd have too
implement the filter links and search yourself, though.

On Mon, Jun 16, 2008 at 11:16 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> hello,
> i'd like to have a view with behaves pretty much the same as the list
> views in the django admin interface. (paginated, with a search field
> and filter links)
> the only way i currently see is to (re)implement the whole thing and
> that does not seem very django-ish to me. i suspect there is some
> really easy way to this (generic views??) and i just don't see it. so
> am i missing something here, or is django missing this feature? ;-)
> thanks in advance,
> christian
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



admin-like list views

2008-06-16 Thread [EMAIL PROTECTED]

hello,
i'd like to have a view with behaves pretty much the same as the list
views in the django admin interface. (paginated, with a search field
and filter links)
the only way i currently see is to (re)implement the whole thing and
that does not seem very django-ish to me. i suspect there is some
really easy way to this (generic views??) and i just don't see it. so
am i missing something here, or is django missing this feature? ;-)
thanks in advance,
christian
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---