django1/django/db/models/sql
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 Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
aggregates.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
compiler.py Fixed #20955 -- select_related regression 2013-08-22 10:51:07 +03:00
constants.py Fixed #19385 again, now with real code changes 2013-03-24 18:40:40 +02:00
datastructures.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
expressions.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
query.py Fixed #11881 -- removed junk from aggregation subqueries 2013-08-19 16:15:09 +03:00
subqueries.py Fixed #20348 -- Consistently handle Promise objects in model fields. 2013-07-31 15:54:17 +03:00
where.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00