summaryrefslogtreecommitdiff
path: root/django/db/backends/util.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee2010-05-041-5/+1
* Fixed #5079 -- Avoid converting Decimals to floats during save to the database.Karen Tracey2008-11-121-1/+6
* Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr2008-08-021-2/+3
* Fixed #7560 -- Moved a lot of the value conversion preparation forMalcolm Tredinnick2008-07-291-0/+7
* Fixed #5883 -- Added __iter__ methods to the debug cursor and the postgresql ...Malcolm Tredinnick2008-03-171-0/+3
* Added a BaseDatabaseOperations.last_executed_query() hook, which allows a dat...Adrian Holovaty2007-10-231-14/+4
* Removed _dict_helper() DB backend helper function, as it wasn't being used an...Adrian Holovaty2007-08-201-8/+0
* Removed backend.dictfetchall(), as it wasn't being used anywhereAdrian Holovaty2007-08-201-6/+0
* Removed backend.dictfetchmany(), as it wasn't being used anywhereAdrian Holovaty2007-08-201-6/+0
* Removed backend.dictfetchone(), as it wasn't being used anywhereAdrian Holovaty2007-08-201-7/+0
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-6/+13
* Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick2007-06-231-0/+11
* Fixed #4518 -- Added handling of empty strings in typecast_decimal() forMalcolm Tredinnick2007-06-101-1/+1
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick2007-05-211-0/+15
* Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick2007-04-261-1/+1
* Fixed #2913: CursorDebugWrapper no longer double-tuple-izes parameters. Than...Jacob Kaplan-Moss2006-11-071-1/+1
* Fixed #2662 -- Changed dictfetchmany and dictfetchall to return iterators,Malcolm Tredinnick2006-09-221-2/+4
* Fixed #2632 -- Made django.db.backends.util._dict_helper more efficient. Than...Adrian Holovaty2006-08-311-1/+1
* Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty2006-06-081-1/+1
* Fixed #411 -- CursorDebugWrapper now supports pyformat paramstyleAdrian Holovaty2006-06-011-0/+4
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+114