django1/tests/queries
Anssi Kääriäinen 8d65b6082c Fixed #20955 -- select_related regression
In cases where the same connection (from model A to model B along the
same field) was needed multiple times in a select_related query, the
join setup code mistakenly reused an existing join.
2013-08-22 10:51:07 +03:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #20955 -- select_related regression 2013-08-22 10:51:07 +03:00
tests.py Fixed #20955 -- select_related regression 2013-08-22 10:51:07 +03:00