django1/django/db
Anssi Kääriäinen 1194a96999 Fixed a regression in select_related
The regression was caused by the fix for #13781 (commit
f51e409a5f). Reason was leaving
off some crucial lines when resolving a merge conflict.
2012-11-15 20:17:57 +02:00
..
backends Fixed #19058 -- Fixed Oracle GIS crash 2012-11-15 16:08:06 +02:00
models Fixed a regression in select_related 2012-11-15 20:17:57 +02:00
__init__.py Fixed #18575 -- Empty DATABASES should default to dummy backend 2012-10-28 23:44:03 +01:00
transaction.py Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
utils.py Fixed #18575 -- Empty DATABASES should default to dummy backend 2012-10-28 23:44:03 +01:00