Message from discussion
In qryset refactor did output of following change?
MIME-Version: 1.0
Message-ID: <7554e9e0-66cc-4a91-9348-5aa96a61a65b@p25g2000pri.googlegroups.com>
Date: Fri, 16 May 2008 20:29:22 -0700 (PDT)
Received: by 10.100.154.9 with SMTP id b9mr48753ane.7.1210994962937; Fri, 16
May 2008 20:29:22 -0700 (PDT)
In-Reply-To: <72d4cf74-156a-4b50-b85f-b73d3c0cb504@j33g2000pri.googlegroups.com>
X-IP: 75.82.179.56
References: <72d4cf74-156a-4b50-b85f-b73d3c0cb504@j33g2000pri.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US;
rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe)
Subject: Re: In qryset refactor did output of following change?
From: ydjango <neerash...@gmail.com>
To: Django users <django-users@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
adding to it.
earlier I could do unassigned_contacts.count()
now I get error "Cannot add count col with multiple cols in 'select'"
On May 16, 8:15 pm, ydjango <neerash...@gmail.com> wrote:
> In qryset refactor branch would the output of following changed?
>
> unassigned_contacts = Contacts.values('id','last_name',
> 'first_name').filter(group__exact=my_group).exclude(pk__in=assignedparts)
>