Re: values_list instead of valueslist

2008-04-23 Thread Malcolm Tredinnick
On Wed, 2008-04-23 at 16:35 -0700, mtrier wrote: > This is a small thing but I was encouraged to mention it since we > still have an opportunity to make the change before Queryset Refactor > gets merged. It seems to me that values_list would be more consistent > with things like select_related o

values_list instead of valueslist

2008-04-23 Thread mtrier
This is a small thing but I was encouraged to mention it since we still have an opportunity to make the change before Queryset Refactor gets merged. It seems to me that values_list would be more consistent with things like select_related or order_by. Yeah, it's a small thing, but what the heck.