django/tests/queries
Anssi Kääriäinen 80e68ee2ff Added tests for already fixed #20101
The ticket dealt with a case where one query had .exclude() that
produced a subquery, the other query had a join to the same model that
was subqueried in the first query. This was already fixed in master, so
only test added.
2013-03-21 00:43:26 +02:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
tests.py Added tests for already fixed #20101 2013-03-21 00:43:26 +02:00