django1/tests/gis_tests/distapp
Anssi Kääriäinen fb5c7748da Fixed #24615 -- ordering by expression not part of SELECT
Fixed queries where an expression was used in order_by() but the
expression wasn't in the query's select clause (for example the
expression could be masked by .values() call)

Thanks to Trac alias MattBlack85 for the report.
2015-04-16 09:40:47 +02:00
..
fixtures
__init__.py
models.py
tests.py Fixed #24615 -- ordering by expression not part of SELECT 2015-04-16 09:40:47 +02:00