Skip to content

Commit

Permalink
Fixed bad formatting in 'lookup' model tests from [3157]
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jun 20, 2006
1 parent f67b629 commit b93de6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modeltests/lookup/models.py
Expand Up @@ -128,7 +128,7 @@ def __str__(self):
<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>
Expand Down

0 comments on commit b93de6a

Please sign in to comment.