Changeset 6519
- Timestamp:
- 10/14/07 22:47:10 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/queryset-refactor/tests/regressiontests/queries/models.py
r6516 r6519 354 354 [{'note': 1}, {'note': 2}] 355 355 356 # Bug 5261 357 >>> Note.objects.exclude(Q()) 358 [<Note: n1>, <Note: n2>, <Note: n3>] 359 356 360 """} 357 361
