1
0
mirror of https://github.com/django/django.git synced 2025-02-03 14:16:52 +00:00
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
..
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-01-27 11:48:04 -05:00
2015-02-15 20:47:04 +01:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-01-27 11:48:04 -05:00
2015-04-14 19:25:45 +02:00