mirror of
https://github.com/django/django.git
synced 2025-07-28 23:54:02 +00:00
Improved docs/db-api.txt to specify that case-sensitive ordering isn't supported
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
91a283583c
commit
b5df9c308f
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
=====================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue