django1/django/db
Luke Plant 6c507a5cd4 [1.1.X] Fixed #12240 - select_related doesn't work correctly when mixing nullable and non-nullable keys
Thanks to embe for report and Alex for fix.

Backport of 12719 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-08 12:59:50 +00:00
..
backends [1.1.X] Corrected an edge case introduced in r12602. Thanks to Ramiro Morales for the eagle eyes. 2010-02-26 16:12:54 +00:00
models [1.1.X] Fixed #12240 - select_related doesn't work correctly when mixing nullable and non-nullable keys 2010-03-08 12:59:50 +00:00
__init__.py Fixed #10833 -- Corrected load_backend so that it actually loads the requested backend, rather than always loading settings.DATABASE_BACKEND. Thanks to Alex Gaynor for the report and fix. 2009-04-16 12:44:32 +00:00
transaction.py Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend. 2009-03-11 07:06:50 +00:00