| |
Django users |
In qryset refactor branch would the output of following changed?
unassigned_contacts = Contacts.values('id','last_name',
where assignedpart=[] and then loaded before the the above statement
'first_name').filter(group__exact=my_group).exclude(pk__in=assignedparts)