This works excellent.
Had now idea this was possible...
Regards, Stefan
Tim Chase escribió:
I have a qset object like this:
qset = (
Q(dst__contains=company.phone) |
Q(dst__contains=company.cellphone) |
Q(dst__contains=company.fax) |
> I have a qset object like this:
>
> qset = (
> Q(dst__contains=company.phone) |
> Q(dst__contains=company.cellphone) |
> Q(dst__contains=company.fax) |
> Q(src__contains=company.phone) |
> Q(src__contains=company.ce
W dniu 26.01.2009 13:08, Stefan Tunsch pisze:
> Hi!
>
> I have a qset object like this:
>
> qset = (
> Q(dst__contains=company.phone) |
> Q(dst__contains=company.cellphone) |
> Q(dst__contains=company.fax) |
> Q(src__contains=comp
W dniu 26.01.2009 13:08, Stefan Tunsch pisze:
> Hi!
>
> I have a qset object like this:
>
> qset = (
> Q(dst__contains=company.phone) |
> Q(dst__contains=company.cellphone) |
> Q(dst__contains=company.fax) |
> Q(src__contains=comp
Hi!
I have a qset object like this:
qset = (
Q(dst__contains=company.phone) |
Q(dst__contains=company.cellphone) |
Q(dst__contains=company.fax) |
Q(src__contains=company.phone) |
Q(src__contains=company.cellphone) |
5 matches
Mail list logo