Changeset 1051
- Timestamp:
- 11/02/05 14:31:12 (3 years ago)
- Files:
-
- django/trunk/docs/db-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/db-api.txt
r1036 r1051 240 240 polls.get_list(order_by=['?']) 241 241 242 There's no way to specify whether ordering should be case sensitive. With 243 respect to case-sensitivity, Django will order results however your database 244 backend normally orders them. 245 242 246 Relationships (joins) 243 247 =====================
