index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
util.py
Age
Commit message (
Expand
)
Author
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-07-29
Fixed #7560 -- Moved a lot of the value conversion preparation for
Malcolm Tredinnick
2008-03-17
Fixed #5883 -- Added __iter__ methods to the debug cursor and the postgresql ...
Malcolm Tredinnick
2007-10-23
Added a BaseDatabaseOperations.last_executed_query() hook, which allows a dat...
Adrian Holovaty
2007-08-20
Removed _dict_helper() DB backend helper function, as it wasn't being used an...
Adrian Holovaty
2007-08-20
Removed backend.dictfetchall(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
Removed backend.dictfetchmany(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
Removed backend.dictfetchone(), as it wasn't being used anywhere
Adrian Holovaty
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-23
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick
2007-06-10
Fixed #4518 -- Added handling of empty strings in typecast_decimal() for
Malcolm Tredinnick
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2006-11-07
Fixed #2913: CursorDebugWrapper no longer double-tuple-izes parameters. Than...
Jacob Kaplan-Moss
2006-09-22
Fixed #2662 -- Changed dictfetchmany and dictfetchall to return iterators,
Malcolm Tredinnick
2006-08-31
Fixed #2632 -- Made django.db.backends.util._dict_helper more efficient. Than...
Adrian Holovaty
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-01
Fixed #411 -- CursorDebugWrapper now supports pyformat paramstyle
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty