Django

Code

Changeset 3170

Show
Ignore:
Timestamp:
06/19/06 23:16:11 (2 years ago)
Author:
adrian
Message:

Fixed bad formatting in 'lookup' model tests from [3157]

Files:

Legend:

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

    r3157 r3170  
    129129>>> a2.get_next_by_pub_date() 
    130130<Article: Article 3> 
    131 >>> a2.get_next_by_pub_date( headline__endswith = '6'
     131>>> a2.get_next_by_pub_date(headline__endswith='6'
    132132<Article: Article 6> 
    133133>>> a3.get_next_by_pub_date()