mirror of
https://github.com/django/django.git
synced 2025-07-06 18:59:13 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6514 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e4d1a9aabb
commit
e9364c06d6
@ -325,5 +325,9 @@ Bugs #2874, #3002
|
||||
# entries in the SQL. The two Note items should be different.
|
||||
>>> qs[0].note, qs[0].creator.extra.note
|
||||
(<Note: n2>, <Note: n1>)
|
||||
|
||||
Bug #3037
|
||||
>>> Item.objects.filter(Q(creator__name='a3', name='two')|Q(creator__name='a4', name='four'))
|
||||
[<Item: four>]
|
||||
"""}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user