Re: making some generic views more generic

2009-01-06 Thread cipher
I also would like to request another view. def item_list(request,queryset,extra_context={}, item_template=None,template_name=None, template_object_name='object',template_content_name='items', page=None,paginate_by=None

Re: making some generic views more generic

2009-01-06 Thread cipher
'template_object_name' : 'product', 'queryset' : Product.objects.all() }), ) On Jan 6, 2:43 pm, cipher wrote: > I also would like to request another view. > > def item_list(request,queryset,extra_context={}, >