Django

Code

Changeset 4759

Show
Ignore:
Timestamp:
03/20/07 18:27:16 (2 years ago)
Author:
mtredinnick
Message:

Fixed tests that broke after [4756].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/modeltests/get_object_or_404/models.py

    r4275 r4759  
    4545Traceback (most recent call last): 
    4646... 
    47 Http404 
     47Http404: No Article matches the given query. 
    4848 
    4949# Create an Article. 
     
    6464Traceback (most recent call last): 
    6565... 
    66 Http404 
     66Http404: No Article matches the given query. 
    6767 
    6868# Custom managers can be used too. 
     
    7878Traceback (most recent call last): 
    7979... 
    80 Http404 
     80Http404: No Article matches the given query. 
    8181 
    8282# Custom managers can be used too.