Django

Code

Changeset 1051

Show
Ignore:
Timestamp:
11/02/05 14:31:12 (3 years ago)
Author:
adrian
Message:

Improved docs/db-api.txt to specify that case-sensitive ordering isn't supported

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/db-api.txt

    r1036 r1051  
    240240    polls.get_list(order_by=['?']) 
    241241 
     242There's no way to specify whether ordering should be case sensitive. With 
     243respect to case-sensitivity, Django will order results however your database 
     244backend normally orders them. 
     245 
    242246Relationships (joins) 
    243247=====================