Re: what for is queryset._clone() ?

2007-12-24 Thread Alex Koshelev
It's is "protected" method. You don't have to use it. It used by django for chaining in query set lazy behavior. On 24 дек, 19:22, sector119 <[EMAIL PROTECTED]> wrote: > Hi, All! > > When and why I have to use _clone() on queryset? I notice that it > using in django.views.generic.object_list, but

what for is queryset._clone() ?

2007-12-24 Thread sector119
Hi, All! When and why I have to use _clone() on queryset? I notice that it using in django.views.generic.object_list, but not in object_detail for example, why? In both views queryset is passed as argument. --~--~-~--~~~---~--~~ You received this message because yo