Changeset 7379
- Timestamp:
- 03/29/08 10:26:58 (3 months ago)
- Files:
-
- django/trunk/tests/modeltests/or_lookups/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/modeltests/or_lookups/models.py
r5876 r7379 93 93 [<Article: Hello and goodbye>] 94 94 95 # Try some arg queries with operations other than get_list95 # Try some arg queries with operations other than filter. 96 96 >>> Article.objects.get(Q(headline__startswith='Hello'), Q(headline__contains='bye')) 97 97 <Article: Hello and goodbye>
