django/tests/expressions
Matthew Schinckel 2864bb3ba6 [1.11.x] Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.
Add aliases from resolved querysets to the parent query's external
aliases to prevent those aliases from being quoted.

Thanks to Vasily Stepanov for the report and Tim Graham for the review.

Backport of f48bc7c3db from master
2017-03-01 08:21:12 -05:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Refs #25415 -- Fixed invalid models in the test suite. 2016-09-09 17:16:42 -04:00
test_queryset_values.py Fixed #25871 -- Added expressions support to QuerySet.values(). 2016-08-18 16:05:15 -04:00
tests.py [1.11.x] Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL. 2017-03-01 08:21:12 -05:00