Go to Google Groups Home    Django users
In qryset refactor did output of following change?

ydjango <neerash...@gmail.com>

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