| |
Django users |
adding to it.
On May 16, 8:15 pm, ydjango <neerash...@gmail.com> wrote:
> unassigned_contacts = Contacts.values('id','last_name',
> where assignedpart=[] and then loaded before the the above statement
earlier I could do unassigned_contacts.count()
now I get error "Cannot add count col with multiple cols in 'select'"
> 'first_name').filter(group__exact=my_group).exclude(pk__in=assignedparts)