django/tests/regressiontests/queries
Anssi Kääriäinen 68847135bc Removed dupe_avoidance from sql/query and sql/compiler.py
The dupe avoidance logic was removed as it doesn't seem to do anything,
it is complicated, and it has nearly zero documentation.

The removal of dupe_avoidance allowed for refactoring of both the
implementation and signature of Query.join(). This refactoring cascades
again to some other parts. The most significant of them is the changes
in qs.combine(), and compiler.select_related_descent().
2012-10-31 08:19:44 +02:00
..
__init__.py
models.py Fixed #17886 -- Fixed join promotion in ORed nullable queries 2012-08-21 21:23:57 +03:00
tests.py Removed dupe_avoidance from sql/query and sql/compiler.py 2012-10-31 08:19:44 +02:00