Message from discussion
In qryset refactor did output of following change?
MIME-Version: 1.0
Message-ID: <72d4cf74-156a-4b50-b85f-b73d3c0cb504@j33g2000pri.googlegroups.com>
Date: Fri, 16 May 2008 20:15:48 -0700 (PDT)
Received: by 10.150.12.13 with SMTP id 13mr23486ybl.15.1210994148698; Fri, 16
May 2008 20:15:48 -0700 (PDT)
X-IP: 75.82.179.56
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: 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
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)
where assignedpart=[] and then loaded before the the above statement