django/tests/queries
Rajiv Makhijani 4ce5ced230 [1.7.x] Fixed #23259 -- Corrected insertion order of extra() select_params
A regression caused queries to produce incorrect results for cases where
extra(select) is excluded by values() but included by extra(order_by)

The regression was caused by 2f35c6f10f.

Backport of f0b358880a from master
2014-08-11 09:35:37 +03:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py [1.7.x] Fixed #22429 -- Incorrect SQL when using ~Q and F 2014-05-05 13:06:51 +03:00
tests.py [1.7.x] Fixed #23259 -- Corrected insertion order of extra() select_params 2014-08-11 09:35:37 +03:00