From 0f5ffbf23ea85117b04bee0a5fae721ff18e55c1 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Fri, 18 Apr 2008 23:53:24 +0000 Subject: newforms-admin: Merged from trunk up to [7435]. git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7436 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/modeltests/or_lookups/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/modeltests/or_lookups/models.py b/tests/modeltests/or_lookups/models.py index ee2cfd2b95..44dda0dc16 100644 --- a/tests/modeltests/or_lookups/models.py +++ b/tests/modeltests/or_lookups/models.py @@ -92,7 +92,7 @@ __test__ = {'API_TESTS':""" >>> Article.objects.filter(Q(headline__contains='bye'), headline__startswith='Hello') [] -# 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')) -- cgit v1.3