On Friday 26 May 2006 18:57, Doug Van Horn wrote:
> I posted this here to:
> http://www.djangoproject.com/documentation/db_api/
>
> It seems that when you pass a Q() object into .filter() or
> .exclude(), you end up with the same results. That is, the context
> of the method, filter or exclude,
I posted this here to:
http://www.djangoproject.com/documentation/db_api/
It seems that when you pass a Q() object into .filter() or .exclude(),
you end up with the same results. That is, the context of the method,
filter or exclude, is ignored when it receives a Q object.
For example:
In [1]:
2 matches
Mail list logo