Changeset 6293
- Timestamp:
- 09/15/07 12:30:23 (1 year ago)
- Files:
-
- django/trunk/docs/db-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/db-api.txt
r6163 r6293 511 511 512 512 Entry.objects.order_by('?') 513 514 Note: ``order_by('?')`` queries may be expensive and slow, depending on the 515 database backend you're using. 513 516 514 517 To order by a field in a different table, add the other table's name and a dot,
