django1/django/db
Russell Keith-Magee ca81ad4f9d Fixed #13055 -- Cleaned up the implementation of transaction decorators to provide a consistent external facing API. Thanks to olb@nebkha.net for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12752 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-10 13:13:57 +00:00
..
backends Changed last_executed_query to avoid raising exceptions on non-utf8-encoded parameter data. 2010-03-09 14:46:33 +00:00
models Forced blank=True for NullBooleanField to allow it to pass model validation with a value of None. Refs #13071. 2010-03-10 07:41:37 +00:00
__init__.py Fixed #12702 -- Introduced a common implementation of DatabaseError and IntegrityError, so that database backends can (re)raise common error classes. Thanks for Waldemar Kornewald for the report. 2010-01-29 15:45:55 +00:00
transaction.py Fixed #13055 -- Cleaned up the implementation of transaction decorators to provide a consistent external facing API. Thanks to olb@nebkha.net for the report. 2010-03-10 13:13:57 +00:00
utils.py Fixed #12702 -- Introduced a common implementation of DatabaseError and IntegrityError, so that database backends can (re)raise common error classes. Thanks for Waldemar Kornewald for the report. 2010-01-29 15:45:55 +00:00