mirror of
https://github.com/django/django.git
synced 2025-01-05 16:06:07 +00:00
70ff455a35
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
|
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
models.py | ||
tests.py |