From b93de6a2cb064de3ae74e7dc01a5ec5d7ff900f6 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 20 Jun 2006 04:16:11 +0000 Subject: [PATCH] Fixed bad formatting in 'lookup' model tests from [3157] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3170 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/modeltests/lookup/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modeltests/lookup/models.py b/tests/modeltests/lookup/models.py index fc12c99f60..e0c4850ba2 100644 --- a/tests/modeltests/lookup/models.py +++ b/tests/modeltests/lookup/models.py @@ -128,7 +128,7 @@ True >>> a2.get_next_by_pub_date() ->>> a2.get_next_by_pub_date( headline__endswith = '6' ) +>>> a2.get_next_by_pub_date(headline__endswith='6') >>> a3.get_next_by_pub_date()