django/tests/queries
Anssi Kääriäinen 01f2cf2aec [1.7.x] Fixed #23605 -- Fixed nested subquery regression
Added relabeled_clone() method to sql.Query to fix the problem. It
manifested itself in rare cases where at least double nested subquery's
filter condition might target non-existing alias.

Thanks to Trac alias ris for reporting the problem.

Backport of 5c481db295 from master
2014-11-20 13:53:28 -05: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 #23605 -- Fixed nested subquery regression 2014-11-20 13:53:28 -05:00
tests.py [1.7.x] Fixed #23605 -- Fixed nested subquery regression 2014-11-20 13:53:28 -05:00