Re: custom manager method example return a queryset instead of a list

2008-07-07 Thread Rajesh Dhawan
Hi Christopher, > In the example > http://www.djangoproject.com/documentation/model-api/#manager-names > there custom method with_counts() returns a list > How do i get it to return a queryset See the entry_count example in the DB API in this section: http://www.djangoproject.com/documentation

custom manager method example return a queryset instead of a list

2008-07-07 Thread Christopher Clarke
Hi Guys In the example http://www.djangoproject.com/documentation/model-api/#manager-names there custom method with_counts() returns a list How do i get it to return a queryset Regards Chris --~--~-~--~~~---~--~~ You received this message because you are subscribe