django1/django/db
Joseph Kocherhans ff963358d7 Fixed #12734. Deferred fields will now be properly converted to python when accessed. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24 19:06:59 +00:00
..
backends Fixed #12818. SQLite now properly quotes strings for date extraction and truncation. Thanks, SmilyChris. 2010-02-24 15:29:25 +00:00
models Fixed #12734. Deferred fields will now be properly converted to python when accessed. Thanks, Alex Gaynor. 2010-02-24 19:06:59 +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