Django

Code

Changeset 7379

Show
Ignore:
Timestamp:
03/29/08 10:26:58 (3 months ago)
Author:
gwilson
Message:

Comment correction, get_list is now filter.

Files:

Legend:

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

    r5876 r7379  
    9393[<Article: Hello and goodbye>] 
    9494 
    95 # Try some arg queries with operations other than get_list 
     95# Try some arg queries with operations other than filter. 
    9696>>> Article.objects.get(Q(headline__startswith='Hello'), Q(headline__contains='bye')) 
    9797<Article: Hello and goodbye>