mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Thanks, pb
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
71f4568613
commit
0727df90f0
5 changed files with 6 additions and 6 deletions
|
@ -34,7 +34,7 @@ API_TESTS = """
|
|||
>>> Article.objects.latest()
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
DoesNotExist: Article does not exist for ...
|
||||
DoesNotExist: Article matching query does not exist.
|
||||
|
||||
# Create a couple of Articles.
|
||||
>>> from datetime import datetime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue