mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Updated tests in line with changed exception messages, fixing 2 failures.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4116403a55
commit
c427479539
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ None
|
|||
>>> r.article_set.remove(a4)
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
DoesNotExist: 'Fourth' is not related to 'John Smith'.
|
||||
DoesNotExist: 'Article object' is not related to 'Reporter object'.
|
||||
|
||||
>>> r2.article_set.all()
|
||||
[Fourth]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue