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:
parent
f67b629ada
commit
b93de6a2cb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue