django1/django/db
Luke Plant de3b58d626 Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys
Many thanks to aaron.l.madison for the detailed report and to emulbreh for
the fix.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-30 16:04:25 +00:00
..
backends Fixed #13648 - '%s' escaping support for sqlite3 regression. 2011-05-10 12:20:47 +00:00
models Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys 2011-05-30 16:04:25 +00:00
__init__.py Removed legacy handing for `settings.DATABAS_*` and using short-form references to the included database backends. 2011-03-30 17:59:44 +00:00
transaction.py Fixed #15702 -- Corrected problem in test suite introduced by Python 2.4 changes from r15927. Thanks to mk for the report and patch. 2011-03-28 14:22:48 +00:00
utils.py Removed legacy handing for `settings.DATABAS_*` and using short-form references to the included database backends. 2011-03-30 17:59:44 +00:00