django1/django/db
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
..
backends Oracle also treats NULLs as largests values when ordering. 2013-08-20 12:28:59 -04:00
models Fixed #20955 -- select_related regression 2013-08-22 10:51:07 +03:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
utils.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00