The object_list generic view would be much more useful if it would accept lists as well as querysets. The only thing that prevents this is the line: queryset = queryset._clone() since lists don't have the _clone method.
The reason I want to do this is that I accumulate a list of things from a user in a session and I would like to display this list with all the pagination etc that you get with generic views. Any ideas would be appreciated. Paul Hide --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---