django1/django/db
Russell Keith-Magee b740534dc4 Fixed a regression in the Postgres psycopg cursor handling introduced by r12352. Thanks to Kenneth Gonsalves for the report, and Karen for the fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-03 07:31:00 +00:00
..
backends Fixed a regression in the Postgres psycopg cursor handling introduced by r12352. Thanks to Kenneth Gonsalves for the report, and Karen for the fix. 2010-02-03 07:31:00 +00:00
models Fixed #12667. Added optgroup validation support to model fields with choices. Thanks ramiro. 2010-02-02 00:41:28 +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 typo introduced in r11952. 2010-01-06 00:55:54 +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