Hi.

Is there a way to retrieve all objects, that are currently displayed
on the admin-page?
I have added the list_filter-attribute to the inner Admin-class. Now I
want to add a new function to the automatically generated admin page.
When the user clicks the added link (or button), all objects that are
*currently shown* (i.e. that are not filtered out) should be passed to
a function.

Of course, I could manually write a form that provides all options for
filtering. But extending the admin-view to retrieve all objects
currently displayed would be easier.

Thanks in advance.

  Dierk


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to