Skip to content

Commit

Permalink
Improved docs/db-api.txt to specify that case-sensitive ordering isn'…
Browse files Browse the repository at this point in the history
…t supported

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Nov 2, 2005
1 parent 91a2835 commit b5df9c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/db-api.txt
Expand Up @@ -239,6 +239,10 @@ so::

polls.get_list(order_by=['?'])

There's no way to specify whether ordering should be case sensitive. With
respect to case-sensitivity, Django will order results however your database
backend normally orders them.

Relationships (joins)
=====================

Expand Down

0 comments on commit b5df9c3

Please sign in to comment.