django1/django/db
Joseph Kocherhans a2a5602b19 Fixed #12560. Changed validate_unique to stop checking null primary key values. Thanks, Honza Král.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12227 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-14 17:04:53 +00:00
..
backends Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
models Fixed #12560. Changed validate_unique to stop checking null primary key values. Thanks, Honza Král. 2010-01-14 17:04:53 +00:00
__init__.py Fixed #12452 -- Ensured that all connections are closed when a request is finished. Thanks to samuel@lefora.com for the report and fix. 2009-12-28 05:11:57 +00:00
transaction.py Fixed typo introduced in r11952. 2010-01-06 00:55:54 +00:00
utils.py Fixed #12558 -- Improved error handling when processing DATABASES setting. Thanks to Oliver Beattie for the report and patch. 2010-01-11 00:54:27 +00:00