mirror of
https://github.com/Hopiu/django.git
synced 2026-04-10 01:51:06 +00:00
Comment correction, get_list is now filter.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ff1e505a15
commit
165772f37e
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ __test__ = {'API_TESTS':"""
|
|||
>>> Article.objects.filter(Q(headline__contains='bye'), headline__startswith='Hello')
|
||||
[<Article: Hello and goodbye>]
|
||||
|
||||
# Try some arg queries with operations other than get_list
|
||||
# Try some arg queries with operations other than filter.
|
||||
>>> Article.objects.get(Q(headline__startswith='Hello'), Q(headline__contains='bye'))
|
||||
<Article: Hello and goodbye>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue