django1/django/contrib/gis/db
Anssi Kääriäinen 70ff455a35 [1.8.x] 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.
Backport of fb5c7748da from master.
2015-04-16 09:42:42 +02:00
..
backends [1.8.x] Fixed #24615 -- ordering by expression not part of SELECT 2015-04-16 09:42:42 +02:00
models [1.8.x] Refs #24485 -- Renamed some expression types 2015-03-17 08:40:45 -04:00
__init__.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00