magic-removal: Fixed some incorrect tests
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5bf57ef71c
commit
671da7036f
|
@ -63,7 +63,7 @@ John's second story
|
|||
[This is a test, John's second story]
|
||||
|
||||
>>> r.article_set.filter(headline__startswith='This')
|
||||
This is a test
|
||||
[This is a test]
|
||||
|
||||
>>> r.article_set.count()
|
||||
2
|
||||
|
|
|
@ -49,7 +49,7 @@ Second
|
|||
>>> r.article_set.order_by('headline')
|
||||
[First, Second]
|
||||
>>> r.article_set.filter(headline__startswith='Fir')
|
||||
First
|
||||
[First]
|
||||
>>> r.article_set.count()
|
||||
2
|
||||
|
||||
|
|
Loading…
Reference in New Issue