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
This commit is contained in:
Adrian Holovaty 2006-06-20 04:16:11 +00:00
parent f67b629ada
commit b93de6a2cb
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ True
<Article: Article 2>
>>> a2.get_next_by_pub_date()
<Article: Article 3>
>>> a2.get_next_by_pub_date( headline__endswith = '6' )
>>> a2.get_next_by_pub_date(headline__endswith='6')
<Article: Article 6>
>>> a3.get_next_by_pub_date()
<Article: Article 7>