Commit 5d60d2b4 authored by risicle's avatar risicle Committed by Simon Charette
Browse files

Adjusted SQLCompiler.get_order_by()'s docstring return value.

parent ae32f324
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ class SQLCompiler(object):

    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.

        The order_by clause can alter the select clause (for example it