Re: what is django.db.models.Q for?

2012-01-27 Thread snow leung
thanks ,helpful

On 1月11日, 上午10时38分, Eugene Wee  wrote:
> Hi,
>
> On Wed, Jan 11, 2012 at 10:27 AM, Yekui Wen  wrote:
> > can you guys tell me what is the Q method for ?
>
> Yes, though they are Q objects, not methods. Refer 
> to:https://docs.djangoproject.com/en/1.3/topics/db/queries/#complex-look...
>
> Regards,
> Eugene

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: what is django.db.models.Q for?

2012-01-10 Thread Wen 温业逵Yekui
thanks!

2012/1/11 Eugene Wee 

> Hi,
>
> On Wed, Jan 11, 2012 at 10:27 AM, Yekui Wen  wrote:
> > can you guys tell me what is the Q method for ?
>
> Yes, though they are Q objects, not methods. Refer to:
>
> https://docs.djangoproject.com/en/1.3/topics/db/queries/#complex-lookups-with-q-objects
>
> Regards,
> Eugene
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: what is django.db.models.Q for?

2012-01-10 Thread Eugene Wee
Hi,

On Wed, Jan 11, 2012 at 10:27 AM, Yekui Wen  wrote:
> can you guys tell me what is the Q method for ?

Yes, though they are Q objects, not methods. Refer to:
https://docs.djangoproject.com/en/1.3/topics/db/queries/#complex-lookups-with-q-objects

Regards,
Eugene

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



what is django.db.models.Q for?

2012-01-10 Thread Yekui Wen
hey guys,  I need your help 
can you guys tell me what is the Q method for ?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.