mirror of https://github.com/django/django.git
Adjusted SQLCompiler.get_order_by()'s docstring return value.
This commit is contained in:
parent
ae32f32498
commit
5d60d2b457
|
@ -230,7 +230,7 @@ class SQLCompiler(object):
|
||||||
|
|
||||||
def get_order_by(self):
|
def get_order_by(self):
|
||||||
"""
|
"""
|
||||||
Returns a list of 2-tuples of form (expr, (sql, params)) for the
|
Returns a list of 2-tuples of form (expr, (sql, params, is_ref)) for the
|
||||||
ORDER BY clause.
|
ORDER BY clause.
|
||||||
|
|
||||||
The order_by clause can alter the select clause (for example it
|
The order_by clause can alter the select clause (for example it
|
||||||
|
|
Loading…
Reference in New Issue